public interface BrokerConnectionParameters
BrokerProxy.getInstance()
method.
There are four implementors of this interface (all of which live in the com.ibm.broker.config.proxy package):
LocalBrokerConnectionParameters
, which allows applications
to connect to locally defined brokers using just their name,
IntegrationNodeConnectionParameters
which allows applications
to connect to remote brokers using their IP address and port number,
MQBrokerConnectionParameters
(deprecated), which allows applications
to connect to brokers using hostname or IP address, mq listener port,
queue manager and security exit parameters, and
MQPropertyFileBrokerConnectionParameters
(deprecated), which allows
applications to connect to brokers using *.broker files.
interface
com.ibm.broker.config.proxy.BrokerConnectionParameters
|
|
Responsibilities | States that implementing classes are able to provide objects capable of sending data to and receiving data from a broker. |
Internal Collaborators | None |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ f51619.1 2008-07-16 HDMPL v7 Release
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.
|
com.ibm.broker.config.proxy.Sender getSender() throws ConfigManagerProxyLoggedException
ConfigManagerProxyLoggedException
- if the Sender could
not be initialized.com.ibm.broker.config.proxy.Receiver getReceiver() throws ConfigManagerProxyLoggedException
ConfigManagerProxyLoggedException
- if the Receiver could
not be initialized.com.ibm.broker.config.proxy.CommsMessageSerializer getProtocol()
java.lang.String getUserID()
void validate(BrokerProxy proxy) throws ConfigManagerProxyLoggedException