Class ClusterOperations
java.lang.Object
com.sun.messaging.jms.management.server.ClusterOperations
Class containing information on cluster operations.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringGet info on specified broker (via address) in cluster.static final StringGet addresses for all brokers in cluster.static final StringGet IDs for all brokers in cluster.static final StringGet info on all brokers in cluster.static final StringGet info on specified broker (via address) in cluster.static final StringGet info on specified broker (via ID) in cluster.static final StringCluster reload operation.
- 
Method Summary
- 
Field Details- 
GET_BROKER_ADDRESSESGet addresses for all brokers in cluster.- See Also:
 
- 
GET_BROKER_IDSGet IDs for all brokers in cluster.- See Also:
 
- 
GET_BROKER_INFOGet info on all brokers in cluster.- See Also:
 
- 
GET_BROKER_INFO_BY_ADDRESSGet info on specified broker (via address) in cluster.- See Also:
 
- 
GET_BROKER_INFO_BY_IDGet info on specified broker (via ID) in cluster.- See Also:
 
- 
RELOADCluster reload operation.- See Also:
 
- 
CHANGE_MASTER_BROKERGet info on specified broker (via address) in cluster.- See Also:
 
 
-