com.ibm.broker.config.proxy

Interface BrokerConnectionParameters

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      com.ibm.broker.config.proxy.CommsMessageSerializer getProtocol()
      This method is required by the IBM Integration API (CMP) and should not be called by user applications.
      com.ibm.broker.config.proxy.Receiver getReceiver()
      This method is required by the IBM Integration API (CMP) and should not be called by user applications.
      com.ibm.broker.config.proxy.Sender getSender()
      This method is required by the IBM Integration API (CMP) and should not be called by user applications.
      java.lang.String getUserID()
      This method is required by the IBM Integration API (CMP) and should not be called by user applications.
      void validate(BrokerProxy proxy)
      This method is required by the IBM Integration API (CMP) and should not be called by user applications.
    • Method Detail

      • getSender

        com.ibm.broker.config.proxy.Sender getSender()
                                              throws ConfigManagerProxyLoggedException
        This method is required by the IBM Integration API (CMP) and should not be called by user applications. Returns an instance of the Sender associated with this type.
        Returns:
        Sender an object capable of transmitting a byte array to a broker.
        Throws:
        ConfigManagerProxyLoggedException - if the Sender could not be initialized.
      • getReceiver

        com.ibm.broker.config.proxy.Receiver getReceiver()
                                                  throws ConfigManagerProxyLoggedException
        This method is required by the IBM Integration API (CMP) and should not be called by user applications. Returns an instance of the Receiver associated with this type.
        Returns:
        Sender an object capable of receiving byte arrays from a broker.
        Throws:
        ConfigManagerProxyLoggedException - if the Receiver could not be initialized.
      • getProtocol

        com.ibm.broker.config.proxy.CommsMessageSerializer getProtocol()
        This method is required by the IBM Integration API (CMP) and should not be called by user applications. Returns an instance of the wire protocol associated with this connection.
        Returns:
        CommsMessageSerializer an object capable of turning Comms Messages into byte streams.
      • getUserID

        java.lang.String getUserID()
        This method is required by the IBM Integration API (CMP) and should not be called by user applications. Returns the user ID associated with this connection.
        Returns:
        String userID