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
public class SomQmgrStatusCommand extends SomQmgrCommand
Class which implements the SomQmgrStatus command.- Author:
- tc
-
-
Field Summary
-
Fields inherited from class com.isode.som.SomCommand
opListener, opSession
-
-
Constructor Summary
Constructors Constructor Description SomQmgrStatusCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener)
Create a new SomQmgrStatusCommand object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandString()
Results the command string for the commandvoid
processResponse(java.lang.String commandData, java.lang.String data, int status)
-
Methods inherited from class com.isode.som.qmgr.SomQmgrCommand
getHandler, processResponse
-
Methods inherited from class com.isode.som.SomCommand
dispatch, getSession, notifyListener, notifyListener, notifyListener
-
-
-
-
Constructor Detail
-
SomQmgrStatusCommand
public SomQmgrStatusCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener)
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 Detail
-
getCommandString
public java.lang.String getCommandString()
Results the command string for the command- Overrides:
getCommandString
in classSomCommand
- Returns:
- command string
-
processResponse
public void processResponse(java.lang.String commandData, java.lang.String data, int status)
-
-