Package com.isode.som.pumice
Class SomPumiceCommand
java.lang.Object
com.isode.som.SomCommand
com.isode.som.pumice.SomPumiceCommand
- All Implemented Interfaces:
SomResponseProcessor
- Direct Known Subclasses:
SomPumiceControlCommand,SomPumiceForwardMessageCommand,SomPumiceManageMailboxCommand,SomPumiceManageMessageCommand,SomPumiceMonitorCommand,SomPumiceStatusCommand,SomPumiceSubordinatesCommand
Top level class which implements the X.400 Message Store
set of SOM commands.
- Author:
- tc
-
Field Summary
Fields inherited from class com.isode.som.SomCommand
opListener -
Constructor Summary
ConstructorsConstructorDescriptionSomPumiceCommand(SomPumiceSession session, SomPumiceHandler handler, SomCommandListener listener) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleErrors(SomPumiceHandler h, String commandData, int status) voidprocessResponse(String commandData, byte[] bytedata, int status) Process response to command.quotesRound(String input) Methods inherited from class com.isode.som.SomCommand
dispatch, getCommandString, getSession, notifyListener, notifyListener, notifyListener
-
Constructor Details
-
SomPumiceCommand
public SomPumiceCommand(SomPumiceSession session, SomPumiceHandler handler, SomCommandListener listener)
-
-
Method Details
-
getHandler
-
processResponse
Description copied from class:SomCommandProcess response to command.- Specified by:
processResponsein interfaceSomResponseProcessor- Overrides:
processResponsein classSomCommand
-
handleErrors
-
quotesRound
-