org.objectweb.joram.client.jms
Class Session.RequestStatus
java.lang.Object
org.objectweb.joram.client.jms.Session.RequestStatus
- Enclosing class:
- Session
private static class Session.RequestStatus
- extends java.lang.Object
The status of the current request.
Only valid in when the session is used to synchronously receive messages
(RECEIVE mode).
Field Summary |
static int |
DONE
The request is done. |
private static java.lang.String[] |
names
|
static int |
NONE
No request. |
static int |
RUN
A request is running (pending). |
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 |
NONE
public static final int NONE
- No request. This is the initial status.
- See Also:
- Constant Field Values
RUN
public static final int RUN
- A request is running (pending).
- See Also:
- Constant Field Values
DONE
public static final int DONE
- The request is done.
- See Also:
- Constant Field Values
names
private static final java.lang.String[] names
Session.RequestStatus
private Session.RequestStatus()
toString
public static java.lang.String toString(int status)
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.