Class ServiceState
java.lang.Object
com.sun.messaging.jms.management.server.ServiceState
Class containing information on service states.
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
UNKNOWNpublic static final int UNKNOWNUnknown service state.- See Also:
 
- 
RUNNINGpublic static final int RUNNINGService is up and running.- See Also:
 
- 
PAUSEDpublic static final int PAUSEDService is paused.- See Also:
 
- 
QUIESCEDpublic static final int QUIESCEDService is quiesced.- See Also:
 
 
- 
- 
Method Details- 
toStringReturns a string representation of the specified service state.- Parameters:
- state- Service state.
- Returns:
- String representation of the specified service state.
 
 
-