org.objectweb.joram.client.jms.connection
Class Requestor.Status
java.lang.Object
org.objectweb.joram.client.jms.connection.Requestor.Status
- Enclosing class:
- Requestor
private static class Requestor.Status
- extends java.lang.Object
Field Summary |
static int |
CLOSE
|
static int |
DONE
The requestor is either completed (by the demultiplxer thread) or
aborted (by another client thread or a timeout). |
static int |
INIT
The requestor is free: it can be called by a client thread. |
private static java.lang.String[] |
names
|
static int |
RUN
The requestor is busy: the client thread is waiting. |
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
- The requestor is free: it can be called by a client thread.
- See Also:
- Constant Field Values
RUN
public static final int RUN
- The requestor is busy: the client thread is waiting.
Two threads can make a call:
1- the demultiplexer thread can call replyReceived and replyAborted.
2- another client thread can abort the request.
- See Also:
- Constant Field Values
DONE
public static final int DONE
- The requestor is either completed (by the demultiplxer thread) or
aborted (by another client thread or a timeout).
This state is transitional. It enables the requesting client thread to
finalize its request.
- See Also:
- Constant Field Values
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
names
private static final java.lang.String[] names
Requestor.Status
private Requestor.Status()
toString
public static java.lang.String toString(int status)
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.