|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigManagerConnectionParameters
Configuration 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 Configuration 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 f47371 2007-07-30 HDMPL v6.1 Release (no changes)
Method Summary | |
---|---|
java.lang.String |
getDeployID()
This method is required by the Configuration Manager Proxy and should not be called by user applications. |
com.ibm.broker.config.common.CommsMessageSerializer |
getProtocol()
This method is required by the Configuration Manager Proxy and should not be called by user applications. |
com.ibm.broker.config.proxy.Receiver |
getReceiver()
This method is required by the Configuration Manager Proxy and should not be called by user applications. |
com.ibm.broker.config.proxy.Sender |
getSender()
This method is required by the Configuration Manager Proxy and should not be called by user applications. |
java.lang.String |
getUserID()
This method is required by the Configuration Manager Proxy and should not be called by user applications. |
Method Detail |
---|
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.common.CommsMessageSerializer getProtocol()
java.lang.String getDeployID()
java.lang.String getUserID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |