|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Config Manager Proxy applications must pass objects that implement this interface to the ConfigManagerProxy.getInstance() method, which enables them to connect to Configuration Managers.
There are currently two implementors of this interface (both of which live in the com.ibm.broker.config.proxy package):
ConfigManagerConnectionParameters cmcp = new MQPropertyFileConfigManagerConnectionParameters("cm1.configmgr");is preferable to:
MQPropertyFileConfigManagerConnectionParameters cmcp = new MQPropertyFileConfigManagerConnectionParameters("cm1.configmgr");...so long as cmcp is not required to call any methods specific to the MQPropertyFileConfigManagerConnectionParameters class.
interface
com.ibm.broker.config.proxy.ConfigManagerConnectionParameters
|
|
Responsibilities | States that implementing classes are able to provide objects capable of sending data to and receiving data from a Config Manager. |
Internal Collaborators |
com.ibm.broker.config.proxy.Sender
com.ibm.broker.config.proxy.Receiver |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ f25103.11 2004-03-15 HDMPL v6 Release
Method Summary | |
---|---|
String |
getDeployID()
This method is required by the Config Manager Proxy and should not be called by user applications. |
com.ibm.broker.config.common.CommsMessageSerializer |
getProtocol()
This method is required by the Config Manager Proxy and should not be called by user applications. |
com.ibm.broker.config.proxy.Receiver |
getReceiver()
This method is required by the Config Manager Proxy and should not be called by user applications. |
com.ibm.broker.config.proxy.Sender |
getSender()
This method is required by the Config Manager Proxy and should not be called by user applications. |
String |
getUserID()
This method is required by the Config Manager Proxy and should not be called by user applications. |
Method Detail |
public com.ibm.broker.config.proxy.Sender getSender() throws ConfigManagerProxyLoggedException
ConfigManagerProxyLoggedException
- if the Sender could
not be initialized.public com.ibm.broker.config.proxy.Receiver getReceiver() throws ConfigManagerProxyLoggedException
ConfigManagerProxyLoggedException
- if the Receiver could
not be initialized.public com.ibm.broker.config.common.CommsMessageSerializer getProtocol()
public String getDeployID()
public String getUserID()
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |