|
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.DestinationState
public class DestinationState
Class containing information on destination states.
| Field Summary | |
|---|---|
static int |
CONSUMERS_PAUSED
Message delivery to consumers is paused. |
static int |
PAUSED
Message delivery from producers and to consumers is paused. |
static int |
PRODUCERS_PAUSED
Message delivery from producers is paused. |
static int |
RUNNING
Destination is active. |
static int |
UNKNOWN
Unknown destination state. |
| Method Summary | |
|---|---|
static String |
toString(int state)
Returns a string representation of the specified destination 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 CONSUMERS_PAUSED
public static final int PRODUCERS_PAUSED
public static final int PAUSED
| Method Detail |
|---|
public static String toString(int state)
state - Destination state.
|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||