Class SomQmgrStatusCommand

All Implemented Interfaces:
SomResponseProcessor

public class SomQmgrStatusCommand extends SomQmgrCommand
Class which implements the SomQmgrStatus command.
Author:
tc
  • Constructor Details

    • SomQmgrStatusCommand

      public SomQmgrStatusCommand(SomSession session, SomQmgrHandler object, SomCommandListener listener)
      Create a new SomQmgrStatusCommand 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

    • getCommandString

      public String getCommandString()
      Results the command string for the command
      Overrides:
      getCommandString in class SomCommand
      Returns:
      command string
    • processResponse

      public void processResponse(String commandData, String data, int status)