Class BrokerState
java.lang.Object
com.sun.messaging.jms.management.server.BrokerState
- All Implemented Interfaces:
- Serializable
Class containing information on broker states.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe broker is down.static final intThe broker is initializing.static final intA broker has started and is operating normally.static final intThe broker has finished quiescing.static final intThe broker has started to quiesce.static final intThe broker is starting to shutdown (either immediately or after a specific grace period) or restartstatic final intThe broker has completed the takeover another broker's message store.static final intThe broker has failed in the attempt to takeover another broker's message store.static final intThe broker has started to takeover another broker's message store.static final intUnknown broker state.
- 
Method Summary
- 
Field Details- 
UNKNOWNpublic static final int UNKNOWNUnknown broker state.- See Also:
 
- 
OPERATINGpublic static final int OPERATINGA broker has started and is operating normally.- See Also:
 
- 
TAKEOVER_STARTEDpublic static final int TAKEOVER_STARTEDThe broker has started to takeover another broker's message store. This applies to brokers that are part of a HA cluster.- See Also:
 
- 
TAKEOVER_COMPLETEpublic static final int TAKEOVER_COMPLETEThe broker has completed the takeover another broker's message store. This applies to brokers that are part of a HA cluster.- See Also:
 
- 
TAKEOVER_FAILEDpublic static final int TAKEOVER_FAILEDThe broker has failed in the attempt to takeover another broker's message store. This applies to brokers that are part of a HA cluster.- See Also:
 
- 
QUIESCE_STARTEDpublic static final int QUIESCE_STARTEDThe broker has started to quiesce.- See Also:
 
- 
QUIESCE_COMPLETEpublic static final int QUIESCE_COMPLETEThe broker has finished quiescing.- See Also:
 
- 
SHUTDOWN_STARTEDpublic static final int SHUTDOWN_STARTEDThe broker is starting to shutdown (either immediately or after a specific grace period) or restart- See Also:
 
- 
BROKER_DOWNpublic static final int BROKER_DOWNThe broker is down.- See Also:
 
- 
INITIALIZINGpublic static final int INITIALIZINGThe broker is initializing.- See Also:
 
 
- 
- 
Method Details- 
toString
 
-