|
Platform SDK Java 8.5 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
public final class 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 finished. |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary |
---|
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, 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
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |