com.BobCo.postit
Interface BCPostItConstants

All Known Implementing Classes:
BCPostItNotebook

public interface BCPostItConstants

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

POST_IT_SERVER

public static final java.lang.String POST_IT_SERVER
Name of BobCo Post It Notebook server's service node

See Also:
Constant Field Values

CREATE_POST_IT_NOTE_CMD

public static final int CREATE_POST_IT_NOTE_CMD
Command code issued from console to server to create a new post it note

See Also:
Constant Field Values

REMOVE_POST_IT_NOTE_CMD

public static final int REMOVE_POST_IT_NOTE_CMD
Command code issued from console to server to remove a post it note

See Also:
Constant Field Values

RETRIEVE_POST_IT_LIST_CMD

public static final int RETRIEVE_POST_IT_LIST_CMD
Command code issued from handler to server to get post it information

See Also:
Constant Field Values

GET_POST_ITS_FOR_OBJECT_CMD

public static final int GET_POST_ITS_FOR_OBJECT_CMD
Command code issued from handler to server to get object post it info

See Also:
Constant Field Values

GET_POST_IT_NOTE_TEXT_CMD

public static final int GET_POST_IT_NOTE_TEXT_CMD
Command code issued from handler to server to get object post it info

See Also:
Constant Field Values

RC_OKAY

public static final int RC_OKAY
Return codes for command actions

See Also:
Constant Field Values

RC_UNSUPPORTED_CMD

public static final int RC_UNSUPPORTED_CMD
See Also:
Constant Field Values

RC_INVALID_PARAMETER

public static final int RC_INVALID_PARAMETER
See Also:
Constant Field Values