Class SomQmgrViewCommand

    • Field Detail

      • msgid

        protected java.lang.String msgid
    • Constructor Detail

      • SomQmgrViewCommand

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

      • addMessageId

        public void addMessageId​(java.lang.String id)
        Set the message id parameter for the command
        Parameters:
        id - Message id which may not be null
      • processResponse

        public void processResponse​(java.lang.String commandData,
                                    byte[] data,
                                    int status)
        Description copied from class: SomQmgrCommand
        Process a SOM command response, creating appropriate objects to hold data from the response if necessary, and passing to the correct methods of the handler object
        Specified by:
        processResponse in interface SomResponseProcessor
        Overrides:
        processResponse in class SomQmgrCommand
        Parameters:
        commandData - The initial response string
        data - The accompanying data
        status - Status code for operation