Package org.objectweb.joram.client.jms
Class MessageConsumerListener.Status
- java.lang.Object
-
- org.objectweb.joram.client.jms.MessageConsumerListener.Status
-
- Enclosing class:
- MessageConsumerListener
protected static class MessageConsumerListener.Status extends Object
Status of the message consumer listener.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStatus()
-
-
-
Field Detail
-
INIT
public static final int INIT
- See Also:
- Constant Field Values
-
RUN
public static final int RUN
- See Also:
- Constant Field Values
-
ON_MSG
public static final int ON_MSG
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
names
private static final String[] names
-
-
Method Detail
-
toString
public static String toString(int status)
-
-