Class ServiceState
- java.lang.Object
-
- com.sun.messaging.jms.management.server.ServiceState
-
public class ServiceState extends java.lang.Object
Class containing information on service states.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
toString(int state)
Returns a string representation of the specified service state.
-
-
-
Field Detail
-
UNKNOWN
public static final int UNKNOWN
Unknown service state.- See Also:
- Constant Field Values
-
RUNNING
public static final int RUNNING
Service is up and running.- See Also:
- Constant Field Values
-
PAUSED
public static final int PAUSED
Service is paused.- See Also:
- Constant Field Values
-
QUIESCED
public static final int QUIESCED
Service is quiesced.- See Also:
- Constant Field Values
-
-