|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BrokerProxy in com.ibm.broker.config.proxy |
---|
Methods in com.ibm.broker.config.proxy that return BrokerProxy | |
---|---|
BrokerProxy |
TopologyProxy.adoptBroker(java.lang.String brokerName,
java.lang.String brokerQmgr,
java.lang.String brokerUUID)
Asks the Configuration Manager to attempt to take ownership of a running broker that is currently assigned to either a different Configuration Manager or a Configuration Manager that is no longer accessible. |
BrokerProxy |
TopologyProxy.createBroker(java.lang.String name,
java.lang.String qmgr)
Asks the Configuration Manager to add a broker with the supplied name and queue manager to the Topology workspace. |
BrokerProxy |
TopologyProxy.getBroker(java.util.Properties props)
Returns the first BrokerProxy object that matches the filter specified by the Properties argument. |
BrokerProxy |
TopologyProxy.getBrokerByName(java.lang.String brokerName)
Returns the BrokerProxy object with the supplied name, or null if a broker of that name does not exist or if the supplied argument was null. |
Methods in com.ibm.broker.config.proxy that return types with arguments of type BrokerProxy | |
---|---|
java.util.Enumeration<BrokerProxy> |
TopologyProxy.getBrokers(java.util.Properties props)
Returns an enumeration of all the BrokerProxy objects that match the filter specified by the Properties argument. |
java.util.Enumeration<BrokerProxy> |
DeployResult.getDeployedBrokers()
Returns an enumeration of BrokerProxy objects to which the deployment refers. |
Methods in com.ibm.broker.config.proxy with parameters of type BrokerProxy | |
---|---|
CompletionCodeType |
DeployResult.getCompletionCodeForBroker(BrokerProxy b)
Returns the completion code for the supplied broker. |
java.util.Enumeration<LogEntry> |
DeployResult.getLogEntriesForBroker(BrokerProxy b)
Returns an enumeration of available LogEntry objects that describe the deployment outcome for the current broker. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |