|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.Session.Status
private static class Session.Status
Status of the session
Field Summary | |
---|---|
static int |
CLOSE
Status of the connection when it is closed. |
private static java.lang.String[] |
names
|
static int |
START
Status of the session when the connection is started. |
static int |
STOP
Status of the session when the connection is stopped. |
Constructor Summary | |
---|---|
private |
Session.Status()
|
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 STOP
public static final int START
public static final int CLOSE
private static final java.lang.String[] names
Constructor Detail |
---|
private Session.Status()
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 |