Package org.objectweb.joram.client.jms
Class MessageConsumer.Status
- java.lang.Object
-
- org.objectweb.joram.client.jms.MessageConsumer.Status
-
- Enclosing class:
- MessageConsumer
private static class MessageConsumer.Status extends Object
Status of the message consumer.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStatus()
-
-
-
Field Detail
-
OPEN
public static final int OPEN
Status of the message consumer when it is open. It is the initial state.- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
Status of the message consumer when it is closed.- See Also:
- Constant Field Values
-
names
private static final String[] names
-
-
Method Detail
-
toString
public static String toString(int status)
-
-