Package com.isode.som.pumice
Class SomPumiceMonitorCommand
java.lang.Object
com.isode.som.SomCommand
com.isode.som.pumice.SomPumiceCommand
com.isode.som.pumice.SomPumiceMonitorCommand
- All Implemented Interfaces:
SomResponseProcessor
Class providing SOM mailbox or connection monitoring command
- Author:
- tc
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
Fields inherited from class com.isode.som.SomCommand
opListener
-
Constructor Summary
ConstructorsConstructorDescriptionSomPumiceMonitorCommand
(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener, int type) -
Method Summary
Modifier and TypeMethodDescriptionvoid
processResponse
(String commandData, byte[] bytedata, int status) Process response to command.Methods inherited from class com.isode.som.pumice.SomPumiceCommand
getHandler, handleErrors, quotesRound
Methods inherited from class com.isode.som.SomCommand
dispatch, getSession, notifyListener, notifyListener, notifyListener
-
Field Details
-
SOM_PUMICE_MONITOR_NONE
public static final int SOM_PUMICE_MONITOR_NONE- See Also:
-
SOM_PUMICE_MONITOR_CONNECTIONS
public static final int SOM_PUMICE_MONITOR_CONNECTIONS- See Also:
-
SOM_PUMICE_MONITOR_MAILBOXES
public static final int SOM_PUMICE_MONITOR_MAILBOXES- See Also:
-
-
Constructor Details
-
SomPumiceMonitorCommand
public SomPumiceMonitorCommand(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener, int type)
-
-
Method Details
-
processResponse
Description copied from class:SomCommand
Process response to command.- Specified by:
processResponse
in interfaceSomResponseProcessor
- Overrides:
processResponse
in classSomPumiceCommand
-
getCommandString
- Overrides:
getCommandString
in classSomCommand
- Returns:
- The command string to be sent over the wire.
-