|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionState | |
|---|---|
| org.apache.curator.framework.state | |
| Uses of ConnectionState in org.apache.curator.framework.state |
|---|
| Methods in org.apache.curator.framework.state that return ConnectionState | |
|---|---|
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. |
| Methods in org.apache.curator.framework.state with parameters of type ConnectionState | |
|---|---|
boolean |
ConnectionStateManager.addStateChange(ConnectionState newConnectionState)
Post a state change. |
void |
ConnectionStateListener.stateChanged(CuratorFramework client,
ConnectionState newState)
Called when there is a state change in the connection |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||