Class ClusterAttributes
java.lang.Object
com.sun.messaging.jms.management.server.ClusterAttributes
Class containing information on cluster attributes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Cluster IDstatic final String
Cluster config file URLstatic final String
Is cluster highly available ?static final String
Local master broker infostatic final String
Cluster master broker infostatic final String
Is cluster use shared db for config records instead of master broker ? -
Method Summary
-
Field Details
-
CONFIG_FILE_URL
Cluster config file URL- See Also:
-
CLUSTER_ID
Cluster ID- See Also:
-
HIGHLY_AVAILABLE
Is cluster highly available ?- See Also:
-
USE_SHARED_DATABASE_FOR_CONFIG_RECORD
Is cluster use shared db for config records instead of master broker ?- See Also:
-
LOCAL_BROKER_INFO
Local master broker info- See Also:
-
MASTER_BROKER_INFO
Cluster master broker info- See Also:
-