|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the constants that need to be shared among the Post It classes.
Field Summary | |
---|---|
static int |
CREATE_POST_IT_NOTE_CMD
Command code issued from console to server to create a new post it note |
static int |
GET_POST_IT_NOTE_TEXT_CMD
Command code issued from handler to server to get object post it info |
static int |
GET_POST_ITS_FOR_OBJECT_CMD
Command code issued from handler to server to get object post it info |
static java.lang.String |
POST_IT_SERVER
Name of BobCo Post It Notebook server's service node |
static int |
RC_INVALID_PARAMETER
|
static int |
RC_OKAY
Return codes for command actions |
static int |
RC_UNSUPPORTED_CMD
|
static int |
REMOVE_POST_IT_NOTE_CMD
Command code issued from console to server to remove a post it note |
static int |
RETRIEVE_POST_IT_LIST_CMD
Command code issued from handler to server to get post it information |
Field Detail |
public static final java.lang.String POST_IT_SERVER
public static final int CREATE_POST_IT_NOTE_CMD
public static final int REMOVE_POST_IT_NOTE_CMD
public static final int RETRIEVE_POST_IT_LIST_CMD
public static final int GET_POST_ITS_FOR_OBJECT_CMD
public static final int GET_POST_IT_NOTE_TEXT_CMD
public static final int RC_OKAY
public static final int RC_UNSUPPORTED_CMD
public static final int RC_INVALID_PARAMETER
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |