|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CollectiveProxy in com.ibm.broker.config.proxy |
---|
Methods in com.ibm.broker.config.proxy that return CollectiveProxy | |
---|---|
CollectiveProxy |
TopologyProxy.createCollective(java.lang.String name)
Asks the Configuration Manager to create a collective with the supplied name. |
CollectiveProxy |
TopologyProxy.getCollective(java.util.Properties props)
Returns the first CollectiveProxy object that matches the filter specified by the Properties argument. |
CollectiveProxy |
TopologyProxy.getCollectiveByName(java.lang.String collectiveName)
Returns the CollectiveProxy object with the supplied name, or null if a collective 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 CollectiveProxy | |
---|---|
java.util.Enumeration<CollectiveProxy> |
TopologyProxy.getCollectives(java.util.Properties props)
Returns an enumeration of all the CollectiveProxy objects that match the filter specified by the Properties argument. |
Methods in com.ibm.broker.config.proxy with parameters of type CollectiveProxy | |
---|---|
void |
CollectiveProxy.moveBroker(java.lang.String name,
CollectiveProxy newProxy)
Atomically removes the broker with the supplied name from the current collective and adds it to the supplied instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |