Class SomQmgrViewQueueCommand

All Implemented Interfaces:
SomResponseProcessor

public class SomQmgrViewQueueCommand extends SomQmgrViewCommand
Class which implements the queue viewing command.
Author:
tc
  • 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 null
      object - Handler object for result which may not be null
      listener - Listener object which may not be null
  • Method Details

    • addRecipID

      public void addRecipID(String recipID)
      When specified the recipient ID is added to the
      Parameters:
      recipID - the recipient id
    • getCommandString

      public String getCommandString() throws SomException
      Overrides:
      getCommandString in class SomCommand
      Returns:
      The command string to be sent over the wire.
      Throws:
      SomException - Indicating a problem with the command