|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| 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 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 String toString(int state)
state - Service state.
|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||