Interface ResponseRequest

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel()
      Cancel response request (always to be called to complete/destroy).
      void exception​(int errorCode, java.lang.String errorMessage)
      Exception response notification.
      int getIOID()
      Get I/O ID.
    • Method Detail

      • getIOID

        int getIOID()
        Get I/O ID.
        Returns:
        ioid
      • cancel

        void cancel()
        Cancel response request (always to be called to complete/destroy).
      • exception

        void exception​(int errorCode,
                       java.lang.String errorMessage)
        Exception response notification.
        Parameters:
        errorCode - exception code.
        errorMessage - received detailed message.