Modifier and Type | Method and Description |
---|---|
ConnectionState |
VirtualServerObject.getConnectionState() |
abstract ConnectionState |
ServerObject.getConnectionState() |
ConnectionState |
FileServerObject.getConnectionState() |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
FileTable.getConnectionState() |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
DatabaseConnectionsPool.getState()
Returns more popular connection state.
|
ConnectionState |
DatabaseConnectionDelegate.getState() |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
TransportConnectionImpl.getState() |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
VirtualServerStateChangeAdvisory.getConnectionState() |
ConnectionState |
XMPPConnectionStateChangeAdvisory.getState() |
ConnectionState |
ConnectionStateChangeAdvisory.getState() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualServerStateChangeAdvisory.setConnectionState(ConnectionState connectionState) |
void |
XMPPConnectionStateChangeAdvisory.setState(ConnectionState state) |
void |
ConnectionStateChangeAdvisory.setState(ConnectionState state) |
Constructor and Description |
---|
XMPPConnectionStateChangeAdvisory(ConnectionState state,
java.lang.String connName,
java.lang.String componentName) |
Modifier and Type | Field and Description |
---|---|
static ConnectionState |
ConnectionState.CLOSED |
static ConnectionState |
ConnectionState.CLOSING |
static ConnectionState |
ConnectionState.CONNECTED |
static ConnectionState |
ConnectionState.CONNECTING |
static ConnectionState |
ConnectionState.FAILED_OVER |
static ConnectionState |
ConnectionState.IN_FAILOVER |
static ConnectionState |
ConnectionState.LEASE_EXPIRED |
static ConnectionState |
ConnectionState.LEASE_RENEW_FAILED |
static ConnectionState |
ConnectionState.LEASE_RENEWED |
static ConnectionState |
ConnectionState.OPEN |
static ConnectionState |
ConnectionState.OPENING |
static ConnectionState |
ConnectionState.RECONNECTING |
Modifier and Type | Method and Description |
---|---|
static ConnectionState |
ConnectionState.valueOf(java.lang.String name) |
static ConnectionState[] |
ConnectionState.values() |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
ClientConnection.getState()
Returns the
ConnectionState for this connection. |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
DatabaseConnection.getState()
Returns the state of this connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionState |
TransportConnection.getState()
Returns the state of this connection.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.