com.ibm.broker.config.proxy

Interface ConfigManagerConnectionParameters

  • All Known Implementing Classes:
    MQConfigManagerConnectionParameters, MQPropertyFileConfigManagerConnectionParameters

    Deprecated. 
    It is recommended that applications use implementors of BrokerConnectionParameters in order to connect to brokers.

    public interface ConfigManagerConnectionParameters

    As of WebSphere Message Broker V7, Configuration Managers are no longer used and applications should use implementors of BrokerConnectionParameters to connect directly with brokers. This class has been deprecated.

    Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ f25103.11 2004-03-15 HDMPL v6 Release f47371 2007-07-30 HDMPL v6.1 Release (no changes) f51619.1 2008-07-16 HDMPL v7 Release: Deprecated interface
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method and Description
      java.lang.String getDeployID()
      Deprecated. 
      This method is no longer used and is included for compatibility.
      com.ibm.broker.config.proxy.CommsMessageSerializer getProtocol()
      Deprecated. 
      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()
      Deprecated. 
      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()
      Deprecated. 
      This method is required by the IBM Integration API (CMP) and should not be called by user applications.
      java.lang.String getUserID()
      Deprecated. 
      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
        Deprecated. 
        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 Configuration Manager.
        Throws:
        ConfigManagerProxyLoggedException - if the Sender could not be initialized.
      • getReceiver

        com.ibm.broker.config.proxy.Receiver getReceiver()
                                                  throws ConfigManagerProxyLoggedException
        Deprecated. 
        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 Configuration Manager.
        Throws:
        ConfigManagerProxyLoggedException - if the Receiver could not be initialized.
      • getProtocol

        com.ibm.broker.config.proxy.CommsMessageSerializer getProtocol()
        Deprecated. 
        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.
      • getDeployID

        java.lang.String getDeployID()
        Deprecated. This method is no longer used and is included for compatibility.
        This method is required by the IBM Integration API (CMP) and should not be called by user applications.
        Returns:
        String deployID
      • getUserID

        java.lang.String getUserID()
        Deprecated. 
        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 ConfigManagerProxy connection.
        Returns:
        String userID