Class BrokerClusterInfo
java.lang.Object
com.sun.messaging.jms.management.server.BrokerClusterInfo
- All Implemented Interfaces:
- Serializable
This class contains constants/names for fields in the CompositeData that is returned by the operations of the Cluster
 Monitor and Cluster Config MBeans.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringAddress of broker in the form of host:portstatic final StringThe ID of the broker.static final StringNumber of messages stored in this broker's message store.static final StringState of brokerstatic final StringState label of broker.static final StringStatus Timestamp.static final StringID of the broker that has taken over this broker's store.
- 
Method Summary
- 
Field Details- 
ADDRESSAddress of broker in the form of host:port- See Also:
 
- 
IDThe ID of the broker.- See Also:
 
- 
STATEState of broker- See Also:
 
- 
STATE_LABELState label of broker. This is useful when viewe in a JMX browser like jconsole.- See Also:
 
- 
NUM_MSGSNumber of messages stored in this broker's message store.- See Also:
 
- 
TAKEOVER_BROKER_IDID of the broker that has taken over this broker's store.- See Also:
 
- 
STATUS_TIMESTAMPStatus Timestamp.- See Also:
 
 
-