Class ServiceState
java.lang.Object
com.sun.messaging.jms.management.server.ServiceState
Class containing information on service states.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
UNKNOWN
public static final int UNKNOWNUnknown service state.- See Also:
-
RUNNING
public static final int RUNNINGService is up and running.- See Also:
-
PAUSED
public static final int PAUSEDService is paused.- See Also:
-
QUIESCED
public static final int QUIESCEDService is quiesced.- See Also:
-
-
Method Details
-
toString
Returns a string representation of the specified service state.- Parameters:
state
- Service state.- Returns:
- String representation of the specified service state.
-