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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Address of broker in the form of host:portstatic final String
The ID of the broker.static final String
Number of messages stored in this broker's message store.static final String
State of brokerstatic final String
State label of broker.static final String
Status Timestamp.static final String
ID of the broker that has taken over this broker's store. -
Method Summary
-
Field Details
-
ADDRESS
Address of broker in the form of host:port- See Also:
-
ID
The ID of the broker.- See Also:
-
STATE
State of broker- See Also:
-
STATE_LABEL
State label of broker. This is useful when viewe in a JMX browser like jconsole.- See Also:
-
NUM_MSGS
Number of messages stored in this broker's message store.- See Also:
-
TAKEOVER_BROKER_ID
ID of the broker that has taken over this broker's store.- See Also:
-
STATUS_TIMESTAMP
Status Timestamp.- See Also:
-