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 java.lang.Object
Status of the message consumer listener.
Field Summary |
static int |
CLOSE
|
static int |
INIT
|
private static java.lang.String[] |
names
|
static int |
ON_MSG
|
static int |
RUN
|
Method Summary |
static java.lang.String |
toString(int status)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 java.lang.String[] names
MessageConsumerListener.Status
protected MessageConsumerListener.Status()
toString
public static java.lang.String toString(int status)
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.