Interface SomQmgrHandler

All Superinterfaces:
SomHandler
All Known Implementing Classes:
SomQmgrAssociation, SomQmgrChannel, SomQmgrHandlerAdapter, SomQmgrInboundMessage, SomQmgrMessage, SomQmgrMta, SomQmgrQueueManager, SomQmgrSchedule

public interface SomQmgrHandler extends SomHandler
  • Method Details

    • handleResponse

      void handleResponse(SomCommand command, int status, String detail)
      Handles the response to control commands which return an OK/error response plus an info string
      Specified by:
      handleResponse in interface SomHandler
      Parameters:
      command - the SOM command
      status - operation status
      detail - detail on error
    • handleResponse

      void handleResponse(SomCommand command, int status, String[] pairs)
      Handles the response to commands which return data about the current object - i.e. we are refreshing an existing object.
      Parameters:
      command - the SOM command
      status - operation status
      pairs - data pairs
    • handleResponse

      void handleResponse(SomCommand command, int status, SomQmgrChannel object)
      Handles the response to commands which return a list of channel objects
      Parameters:
      command - the SOM command
      status - operation status
      object - a channel object
    • handleResponse

      void handleResponse(SomCommand command, int status, SomQmgrMta object)
      Handles the response to commands which return a list of MTA objects
      Parameters:
      command - the SOM command
      status - operation status
      object - a SOM Qmgr MTA object
    • handleResponse

      void handleResponse(SomCommand command, int status, SomQmgrMessage object)
      Handles the response to commands which return a list of message objects
      Parameters:
      command - the SOM command
      status - operation status
      object - a qmgr message object
    • handleResponse

      void handleResponse(SomCommand command, int status, SomMessage object)
      Handles the response to commands which return a SomMessage object (i.e. read from the Queue or Archive).
      Parameters:
      command - the SOM command
      status - operation status
      object - a message object