Package com.isode.som.qmgr
Class SomQmgrChannelReadCommand
java.lang.Object
com.isode.som.SomCommand
com.isode.som.qmgr.SomQmgrCommand
com.isode.som.qmgr.SomQmgrChannelReadCommand
- All Implemented Interfaces:
SomResponseProcessor
This class implements the command which reads information about a channel
- Author:
- tc
-
Field Summary
Fields inherited from class com.isode.som.SomCommand
opListener, opSession -
Constructor Summary
ConstructorsConstructorDescriptionSomQmgrChannelReadCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener) SomQmgrChannelReadCommand(SomSession session, SomQmgrSelector sel, SomQmgrHandler handler, SomCommandListener listener) -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a selector into a command objectGet the command string to be sent to the Queue ManagerMethods inherited from class com.isode.som.qmgr.SomQmgrCommand
getHandler, processResponseMethods inherited from class com.isode.som.SomCommand
dispatch, getSession, notifyListener, notifyListener, notifyListener
-
Constructor Details
-
SomQmgrChannelReadCommand
public SomQmgrChannelReadCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener) -
SomQmgrChannelReadCommand
public SomQmgrChannelReadCommand(SomSession session, SomQmgrSelector sel, SomQmgrHandler handler, SomCommandListener listener)
-
-
Method Details
-
getSubcommand
-
addSelector
Add a selector into a command object- Parameters:
sel- Selector to add
-
getCommandString
Get the command string to be sent to the Queue Manager- Overrides:
getCommandStringin classSomCommand- Returns:
- command string
- Throws:
SomException- Indicating a problem with the command
-