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 intstatic final intstatic final intstatic final intFields 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, quotesRoundMethods 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:
getCommandStringin classSomCommand- Returns:
- The command string to be sent over the wire.
- Throws:
SomException- Indicating a problem with the command
-