Package com.isode.som.pumice
Class SomPumiceManageMessageCommand
java.lang.Object
com.isode.som.SomCommand
com.isode.som.pumice.SomPumiceCommand
com.isode.som.pumice.SomPumiceManageMessageCommand
- All Implemented Interfaces:
SomResponseProcessor
Class which provides message management commands
- Author:
- tc
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from class com.isode.som.SomCommand
opListener
-
Constructor Summary
ConstructorsConstructorDescriptionSomPumiceManageMessageCommand
(SomPumiceSession session, int op, String srcMbx, int seqNum, String qual, SomPumiceHandler object, SomCommandListener listener) -
Method Summary
Methods inherited from class com.isode.som.pumice.SomPumiceCommand
getHandler, handleErrors, processResponse, quotesRound
Methods inherited from class com.isode.som.SomCommand
dispatch, getSession, notifyListener, notifyListener, notifyListener
-
Field Details
-
SOM_PUMICE_DELETE_MESSAGE
public static final int SOM_PUMICE_DELETE_MESSAGE- See Also:
-
SOM_PUMICE_MOVE_MESSAGE
public static final int SOM_PUMICE_MOVE_MESSAGE- See Also:
-
SOM_PUMICE_SET_MESSAGE_STATE
public static final int SOM_PUMICE_SET_MESSAGE_STATE- See Also:
-
SOM_PUMICE_FORWARD_MESSAGE
public static final int SOM_PUMICE_FORWARD_MESSAGE- See Also:
-
-
Constructor Details
-
SomPumiceManageMessageCommand
public SomPumiceManageMessageCommand(SomPumiceSession session, int op, String srcMbx, int seqNum, String qual, SomPumiceHandler object, SomCommandListener listener)
-
-
Method Details
-
setCoverNote
-
getCommandString
- Overrides:
getCommandString
in classSomCommand
- Returns:
- The command string to be sent over the wire.
- Throws:
SomException
- Indicating a problem with the command
-