|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.commons.connection.ConnectionState
Enum that defines all possible connection states.
Field Summary | |
static ConnectionState |
CLOSED
Connection has been closed or not yet opened. |
static ConnectionState |
CLOSING
Connection somewhere in the middle of termination process. |
static ConnectionState |
OPENED
Connection is ready to perform IO operations. |
static ConnectionState |
OPENING
Connection sequence has been started but not yet finnished. |
Methods inherited from class com.genesyslab.platform.commons.GEnum |
asInteger, enumSize, equals, getValue, getValue, getValue, hashCode, name, ordinal, toString, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ConnectionState OPENING
public static final ConnectionState OPENED
public static final ConnectionState CLOSING
public static final ConnectionState CLOSED
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |