Package org.objectweb.joram.client.jms
Class Session.Status
- java.lang.Object
-
- org.objectweb.joram.client.jms.Session.Status
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStatus()
-
-
-
Field Detail
-
STOP
public static final int STOP
Status of the session when the connection is stopped. This is the initial status.- See Also:
- Constant Field Values
-
START
public static final int START
Status of the session when the connection is started.- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
Status of the connection when it is closed.- See Also:
- Constant Field Values
-
names
private static final String[] names
-
-
Method Detail
-
toString
public static String toString(int status)
-
-