Configuration Platform SDK 7.6 API Reference

Uses of Class
com.genesyslab.platform.commons.connection.ConnectionState

Packages that use ConnectionState
com.genesyslab.platform.commons.connection Provides facilities for communicating with Genesys servers. 
 

Uses of ConnectionState in com.genesyslab.platform.commons.connection
 

Fields in com.genesyslab.platform.commons.connection declared as ConnectionState
static ConnectionState ConnectionState.OPENING
          Connection sequence has been started but not yet finnished.
static ConnectionState ConnectionState.OPENED
          Connection is ready to perform IO operations.
static ConnectionState ConnectionState.CLOSING
          Connection somewhere in the middle of termination process.
static ConnectionState ConnectionState.CLOSED
          Connection has been closed or not yet opened.
 

Methods in com.genesyslab.platform.commons.connection that return ConnectionState
 ConnectionState Connection.getConnectionState()
          Return connection state of this connection.
 


Configuration Platform SDK 7.6 API Reference

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