com.ibm.connectors.container

Class NativeOutputDelegate

    • Field Detail

      • nativeDelegate

        protected final long nativeDelegate
    • Constructor Detail

      • NativeOutputDelegate

        public NativeOutputDelegate(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 OutputDelegate
        Parameters:
        id - the ticket id returned by an async operation
        e - any occurring exception
      • _asyncSendSuccess

        public void _asyncSendSuccess(long nativeDelegate,
                                      long id)
      • _asyncFailure

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