| Modifier and Type | Method and Description |
|---|---|
void |
EventManager.stateChange(Connection connection,
ConnectionState state,
java.lang.Throwable error) |
void |
MonitorManager.stateChange(Connection connection,
ConnectionState state,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
Connection.getState()
Get the current connection state
|
static ConnectionState |
ConnectionState.valueOf(java.lang.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,
java.lang.Throwable error) |
void |
ConnectWaitController.stateChange(Connection connection,
ConnectionState state,
java.lang.Throwable error) |
void |
ConnectionStateListener.stateChange(Connection connection,
ConnectionState state,
java.lang.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,
java.lang.Throwable error) |
void |
StateNotifier.fireConnectionStateChange(ConnectionState connectionState,
java.lang.Throwable error) |
protected void |
ClientBaseConnection.setState(ConnectionState connectionState,
java.lang.Throwable error) |
protected void |
ClientBaseConnection.switchState(ConnectionState state,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
ConnectionBase.getState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionBase.switchState(ConnectionState state,
java.lang.Throwable error,
java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
DumpingStateListener.stateChange(Connection connection,
ConnectionState state,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderManager.stateChange(Connection connection,
ConnectionState state,
java.lang.Throwable error) |
void |
ItemManagerImpl.stateChange(Connection connection,
ConnectionState state,
java.lang.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,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyConnectionErrorListener.stateChange(Connection connection,
ConnectionState state,
java.lang.Throwable error)
either sends connection state straight away, or schedules it for later execution
|
void |
ProxySubConnection.stateChange(Connection connection,
ConnectionState state,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionImpl.switchState(ConnectionState state,
java.lang.Throwable error,
java.util.Map<java.lang.String,java.lang.String> properties) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0