com.ibm.connectors.container

Class NativeRequestDelegate

    • Field Detail

      • nativeDelegate

        protected final long nativeDelegate
    • Constructor Detail

      • NativeRequestDelegate

        public NativeRequestDelegate(long nativeDelegate)
    • Method Detail

      • asyncFailure

        public void asyncFailure(long id,
                                 java.lang.Exception e)
        Description copied from interface: ConnectorCallback
        Notify host application of any async failures.
        Specified by:
        asyncFailure in interface ConnectorCallback
        Overrides:
        asyncFailure in class RequestDelegate
        Parameters:
        id - the ticket id returned by an async operation
        e - any occurring exception
      • _asyncRequestSuccess

        public void _asyncRequestSuccess(long nativeDelegate,
                                         long id,
                                         byte[] response)
      • _asyncFailure

        public void _asyncFailure(long nativeDelegate,
                                  long id,
                                  java.lang.Exception e)
IBM TM
CommonTM Connector API