|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionState | |
---|---|
com.genesyslab.platform.commons.connection | Provides facilities for communicating with Genesys servers using the ConnectionManager factory class. |
com.genesyslab.platform.voice.protocol.runtime | This package is used internally by the protocol. |
Uses of ConnectionState in com.genesyslab.platform.commons.connection |
---|
Fields in com.genesyslab.platform.commons.connection declared as ConnectionState | |
---|---|
static ConnectionState |
ConnectionState.CLOSED
Connection has been closed or not yet opened. |
static ConnectionState |
ConnectionState.CLOSING
Connection somewhere in the middle of termination process. |
static ConnectionState |
ConnectionState.OPENED
Connection is ready to perform IO operations. |
static ConnectionState |
ConnectionState.OPENING
Connection sequence has been started but not yet finished. |
Methods in com.genesyslab.platform.commons.connection that return ConnectionState | |
---|---|
ConnectionState |
Connection.getConnectionState()
Returns connection state of this connection. |
Uses of ConnectionState in com.genesyslab.platform.voice.protocol.runtime |
---|
Methods in com.genesyslab.platform.voice.protocol.runtime that return ConnectionState | |
---|---|
ConnectionState |
ConnectionProxyImpl.getConnectionState()
|
ConnectionState |
ConnectionProxy.getConnectionState()
|
ConnectionState |
AbstractConnState.getConnectionState()
|
Methods in com.genesyslab.platform.voice.protocol.runtime with parameters of type ConnectionState | |
---|---|
void |
HAConnection.setConnectionState(ConnectionState state)
|
void |
ConnectionProxyImpl.setLogicalConnectionState(ConnectionState state)
|
void |
ConnectionProxy.setLogicalConnectionState(ConnectionState state)
Set logical (parent, HA) connection state |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |