Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.connection
Class ConnectionState

java.lang.Object
  extended bycom.genesyslab.platform.commons.GEnum
      extended bycom.genesyslab.platform.commons.connection.ConnectionState

public final class ConnectionState
extends GEnum

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

OPENING

public static final ConnectionState OPENING
Connection sequence has been started but not yet finnished.


OPENED

public static final ConnectionState OPENED
Connection is ready to perform IO operations.


CLOSING

public static final ConnectionState CLOSING
Connection somewhere in the middle of termination process.


CLOSED

public static final ConnectionState CLOSED
Connection has been closed or not yet opened.


Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.