Package com.isode.som.qmgr
Class SomQmgrStatusCommand
java.lang.Object
com.isode.som.SomCommand
com.isode.som.qmgr.SomQmgrCommand
com.isode.som.qmgr.SomQmgrStatusCommand
- All Implemented Interfaces:
SomResponseProcessor
Class which implements the SomQmgrStatus command.
- Author:
- tc
-
Field Summary
Fields inherited from class com.isode.som.SomCommand
opListener, opSession -
Constructor Summary
ConstructorsConstructorDescriptionSomQmgrStatusCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener) Create a new SomQmgrStatusCommand object -
Method Summary
Modifier and TypeMethodDescriptionResults the command string for the commandvoidprocessResponse(String commandData, String data, int status) Methods inherited from class com.isode.som.qmgr.SomQmgrCommand
getHandler, processResponseMethods inherited from class com.isode.som.SomCommand
dispatch, getSession, notifyListener, notifyListener, notifyListener
-
Constructor Details
-
SomQmgrStatusCommand
Create a new SomQmgrStatusCommand object- Parameters:
session- Session for command which may not be nullobject- Handler object for result which may not be nulllistener- Listener object which may not be null
-
-
Method Details
-
getCommandString
Results the command string for the command- Overrides:
getCommandStringin classSomCommand- Returns:
- command string
-
processResponse
-