Package com.isode.som.qmgr
Class SomQmgrViewArchiveCommand
- java.lang.Object
-
- com.isode.som.SomCommand
-
- com.isode.som.qmgr.SomQmgrCommand
-
- com.isode.som.qmgr.SomQmgrViewCommand
-
- com.isode.som.qmgr.SomQmgrViewArchiveCommand
-
- All Implemented Interfaces:
SomResponseProcessor
public class SomQmgrViewArchiveCommand extends SomQmgrViewCommand
Class which implements the archive viewing command.- Author:
- tc
-
-
Field Summary
-
Fields inherited from class com.isode.som.qmgr.SomQmgrViewCommand
msgid
-
Fields inherited from class com.isode.som.SomCommand
opListener, opSession
-
-
Constructor Summary
Constructors Constructor Description SomQmgrViewArchiveCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener)
Create a new SomQmgrViewArchiveCommand object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandString()
-
Methods inherited from class com.isode.som.qmgr.SomQmgrViewCommand
addMessageId, processResponse
-
Methods inherited from class com.isode.som.qmgr.SomQmgrCommand
getHandler
-
Methods inherited from class com.isode.som.SomCommand
dispatch, getSession, notifyListener, notifyListener, notifyListener
-
-
-
-
Constructor Detail
-
SomQmgrViewArchiveCommand
public SomQmgrViewArchiveCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener)
Create a new SomQmgrViewArchiveCommand 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 Detail
-
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
-
-