Package com.isode.som.qmgr
Class SomQmgrViewQueueCommand
java.lang.Object
com.isode.som.SomCommand
com.isode.som.qmgr.SomQmgrCommand
com.isode.som.qmgr.SomQmgrViewCommand
com.isode.som.qmgr.SomQmgrViewQueueCommand
- All Implemented Interfaces:
SomResponseProcessor
Class which implements the queue viewing command.
- Author:
- tc
-
Field Summary
Fields inherited from class com.isode.som.qmgr.SomQmgrViewCommand
msgidFields inherited from class com.isode.som.SomCommand
opListener, opSession -
Constructor Summary
ConstructorsConstructorDescriptionSomQmgrViewQueueCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener) Create a new SomQmgrViewQueueCommand object -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecipID(String recipID) When specified the recipient ID is added to theMethods inherited from class com.isode.som.qmgr.SomQmgrViewCommand
addMessageId, processResponseMethods inherited from class com.isode.som.qmgr.SomQmgrCommand
getHandlerMethods inherited from class com.isode.som.SomCommand
dispatch, getSession, notifyListener, notifyListener, notifyListener
-
Constructor Details
-
SomQmgrViewQueueCommand
public SomQmgrViewQueueCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener) Create a new SomQmgrViewQueueCommand 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
-
addRecipID
When specified the recipient ID is added to the- Parameters:
recipID- the recipient id
-
getCommandString
- Overrides:
getCommandStringin classSomCommand- Returns:
- The command string to be sent over the wire.
- Throws:
SomException- Indicating a problem with the command
-