com.ibm.connectors

Interface ConnectorCallback

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void asyncFailure(long id, java.lang.Exception e)
      Notify host application of any async failures.
      void asyncRequestSuccess(long id, java.lang.Object response)
      Notify host application of async service response
      void asyncSendSuccess(long id)
      Notify host application of async output send status
      void processInboundData(java.lang.Object data, java.util.Properties properties)
      Notify host application of inbound data
    • Method Detail

      • processInboundData

        void processInboundData(java.lang.Object data,
                                java.util.Properties properties)
        Notify host application of inbound data
        Parameters:
        data -
        properties -
      • asyncSendSuccess

        void asyncSendSuccess(long id)
                       throws ConnectorException
        Notify host application of async output send status
        Parameters:
        id - the ticket id returned by asyncSend()
        Throws:
        ConnectorException
      • asyncRequestSuccess

        void asyncRequestSuccess(long id,
                                 java.lang.Object response)
                          throws ConnectorException
        Notify host application of async service response
        Parameters:
        id - the ticket id returned by asyncRequest()
        response -
        Throws:
        ConnectorException
      • asyncFailure

        void asyncFailure(long id,
                          java.lang.Exception e)
                   throws ConnectorException
        Notify host application of any async failures.
        Parameters:
        id - the ticket id returned by an async operation
        e - any occurring exception
        Throws:
        ConnectorException
IBM TM
CommonTM Connector API