org.objectweb.joram.client.jms
Class Connection.Status

java.lang.Object
  extended by org.objectweb.joram.client.jms.Connection.Status
Enclosing class:
Connection

private static class Connection.Status
extends java.lang.Object

Status of the connection.


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 connection when it is started.
static int STOP
          Status of the connection when it is stopped.
 
Constructor Summary
private Connection.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

STOP

public static final int STOP
Status of the connection when it is stopped. This is the initial status.

See Also:
Constant Field Values

START

public static final int START
Status of the connection when it 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 java.lang.String[] names
Constructor Detail

Connection.Status

private Connection.Status()
Method Detail

toString

public static java.lang.String toString(int status)


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.