Uses of Class
org.apache.curator.framework.state.ConnectionState

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
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.