Uses of Interface
org.neo4j.com.Client.ConnectionLostHandler

Packages that use Client.ConnectionLostHandler
org.neo4j.com   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
 

Uses of Client.ConnectionLostHandler in org.neo4j.com
 

Fields in org.neo4j.com declared as Client.ConnectionLostHandler
static Client.ConnectionLostHandler Client.ConnectionLostHandler.NO_ACTION
           
 

Constructors in org.neo4j.com with parameters of type Client.ConnectionLostHandler
Client(String hostNameOrIp, int port, GraphDatabaseService graphDb, int frameLength, byte applicationProtocolVersion, int readTimeout, int maxConcurrentChannels, int maxUnusedPoolSize, Client.ConnectionLostHandler connectionLostHandler)
           
 

Uses of Client.ConnectionLostHandler in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement Client.ConnectionLostHandler
 class HAGraphDb
           
 

Uses of Client.ConnectionLostHandler in org.neo4j.kernel.ha
 

Subinterfaces of Client.ConnectionLostHandler in org.neo4j.kernel.ha
 interface ResponseReceiver
           
 

Constructors in org.neo4j.kernel.ha with parameters of type Client.ConnectionLostHandler
MasterClient(String hostNameOrIp, int port, AbstractGraphDatabase graphDb, Client.ConnectionLostHandler connectionLostHandler, int readTimeoutSeconds, int lockReadTimeout, int maxConcurrentChannels)
           
 

Uses of Client.ConnectionLostHandler in org.neo4j.kernel.ha.zookeeper
 

Methods in org.neo4j.kernel.ha.zookeeper that return Client.ConnectionLostHandler
protected  Client.ConnectionLostHandler ZooClient.getConnectionLostHandler()
           
protected  Client.ConnectionLostHandler AbstractZooKeeperManager.getConnectionLostHandler()
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.