|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.jms.management.server.ServiceState
public class ServiceState
Class containing information on service states.
Field Summary | |
---|---|
static int |
PAUSED
Service is paused. |
static int |
QUIESCED
Service is quiesced. |
static int |
RUNNING
Service is up and running. |
static int |
UNKNOWN
Unknown service state. |
Method Summary | |
---|---|
static java.lang.String |
toString(int state)
Returns a string representation of the specified service state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNKNOWN
public static final int RUNNING
public static final int PAUSED
public static final int QUIESCED
Method Detail |
---|
public static java.lang.String toString(int state)
state
- Service state.
|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |