|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.message.ConnectionStatus
The ConnectionStatus object is a collection of ConnectionStatus objects that are used to convey the status of the Connection object they represent.
| Field Summary | |
static ConnectionStatus |
AUTHENTICATED
ConnectionStatus object used to indicate that a Connection object is in the AUTHENTICATED state. |
static ConnectionStatus |
CLOSED
ConnectionStatus object used to indicate that a Connection object is in the CLOSED state. |
static ConnectionStatus |
CREATED
ConnectionStatus object used to indicate that a Connection object is in the CREATED state. |
static ConnectionStatus |
DESTROYED
ConnectionStatus object used to indicate that a Connection object is in the DESTROYED state. |
static ConnectionStatus |
INVALID
ConnectionStatus object used to indicate that a Connection object is in the INVALID state. |
static ConnectionStatus |
READY
ConnectionStatus object used to indicate that a Connection object is in the READY state. |
static ConnectionStatus |
STARTED
ConnectionStatus object used to indicate that a Connection object is in the STARTED state. |
static ConnectionStatus |
STOPPED
ConnectionStatus object used to indicate that a Connection object is in the STOPPED state. |
| Method Summary | |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ConnectionStatus INVALID
public static final ConnectionStatus CREATED
public static final ConnectionStatus STARTED
public static final ConnectionStatus AUTHENTICATED
public static final ConnectionStatus READY
public static final ConnectionStatus CLOSED
public static final ConnectionStatus STOPPED
public static final ConnectionStatus DESTROYED
| Method Detail |
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||