|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.Session.SessionMode
private static class Session.SessionMode
The way the session is used.
Field Summary | |
---|---|
static int |
APP_SERVER
The session is used by an application server. |
static int |
LISTENER
The session is used to asynchronously listen to messages. |
private static java.lang.String[] |
names
|
static int |
NONE
The session is still not used. |
static int |
RECEIVE
The session is used to synchronously receive messages. |
Constructor Summary | |
---|---|
private |
Session.SessionMode()
|
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 |
Field Detail |
---|
public static final int NONE
public static final int RECEIVE
public static final int LISTENER
public static final int APP_SERVER
private static final java.lang.String[] names
Constructor Detail |
---|
private Session.SessionMode()
Method Detail |
---|
public static java.lang.String toString(int status)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |