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
public class SomPumiceManageMessageCommand extends SomPumiceCommand
Class which provides message management commands- Author:
- tc
-
-
Field Summary
Fields Modifier and Type Field Description static int
SOM_PUMICE_DELETE_MESSAGE
static int
SOM_PUMICE_FORWARD_MESSAGE
static int
SOM_PUMICE_MOVE_MESSAGE
static int
SOM_PUMICE_SET_MESSAGE_STATE
-
Fields inherited from class com.isode.som.SomCommand
opListener
-
-
Constructor Summary
Constructors Constructor Description SomPumiceManageMessageCommand(SomPumiceSession session, int op, java.lang.String srcMbx, int seqNum, java.lang.String qual, SomPumiceHandler object, SomCommandListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandString()
void
setCoverNote(java.lang.String s)
-
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 Detail
-
SOM_PUMICE_DELETE_MESSAGE
public static final int SOM_PUMICE_DELETE_MESSAGE
- See Also:
- Constant Field Values
-
SOM_PUMICE_MOVE_MESSAGE
public static final int SOM_PUMICE_MOVE_MESSAGE
- See Also:
- Constant Field Values
-
SOM_PUMICE_SET_MESSAGE_STATE
public static final int SOM_PUMICE_SET_MESSAGE_STATE
- See Also:
- Constant Field Values
-
SOM_PUMICE_FORWARD_MESSAGE
public static final int SOM_PUMICE_FORWARD_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SomPumiceManageMessageCommand
public SomPumiceManageMessageCommand(SomPumiceSession session, int op, java.lang.String srcMbx, int seqNum, java.lang.String qual, SomPumiceHandler object, SomCommandListener listener)
-
-
Method Detail
-
setCoverNote
public void setCoverNote(java.lang.String s)
-
getCommandString
public java.lang.String getCommandString() throws SomException
- Overrides:
getCommandString
in classSomCommand
- Returns:
- The command string to be sent over the wire.
- Throws:
SomException
- Indicating a problem with the command
-
-