| Modifier and Type | Method and Description |
|---|---|
void |
EventManager.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
void |
MonitorManager.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
DummyConnection.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
FactoryInformationBean.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
Connection.getState()
Get the current connection state
|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoReconnectController.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
void |
ConnectWaitController.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
void |
ConnectionStateListener.stateChange(Connection connection,
ConnectionState state,
Throwable error)
Notify a state change
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
ClientBaseConnection.getState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StateNotifier.doFireConnectionStateChange(ConnectionState connectionState,
Throwable error) |
void |
StateNotifier.fireConnectionStateChange(ConnectionState connectionState,
Throwable error) |
protected void |
ClientBaseConnection.setState(ConnectionState connectionState,
Throwable error) |
protected void |
ClientBaseConnection.switchState(ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
ConnectionHolder.getConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionHolder.setConnectionState(ConnectionState connectionState) |
void |
ConnectionManager.EntryImpl.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
void |
ConnectionHolder.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemManagerImpl.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
void |
FolderManager.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
ConnectionHandler.getConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
LazyConnectionWrapper.getState() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
ConnectionAnalyzerStatus.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionAnalyzerStatus.setState(ConnectionState state) |
void |
ConnectionAnalyzer.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyConnectionErrorListener.stateChange(Connection connection,
ConnectionState state,
Throwable error)
either sends connection state straight away, or schedules it for later execution
|
void |
ProxySubConnection.stateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataItemConsole.processConnectionStateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemListenerHolder.HolderListener.connectionStateChange(Connection connection,
ConnectionState state,
Throwable error) |
protected void |
AbstractItemHolder.fireConnectionStateChange(Connection connection,
ConnectionState state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceQueryBuffer.handleConnectionStateChange(Connection connection,
ConnectionState state,
Throwable error) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.