org.neo4j.kernel.ha
Interface ResponseReceiver

All Superinterfaces:
Client.ConnectionLostHandler
All Known Implementing Classes:
HAGraphDb

public interface ResponseReceiver
extends Client.ConnectionLostHandler


Field Summary
 
Fields inherited from interface org.neo4j.com.Client.ConnectionLostHandler
NO_ACTION
 
Method Summary
 SlaveContext getSlaveContext(int eventIdentifier)
           
 void newMaster(Exception cause)
           
<T> T
receive(Response<T> response)
           
 void reconnect(Exception cause)
           
 
Methods inherited from interface org.neo4j.com.Client.ConnectionLostHandler
handle
 

Method Detail

getSlaveContext

SlaveContext getSlaveContext(int eventIdentifier)

receive

<T> T receive(Response<T> response)

newMaster

void newMaster(Exception cause)

reconnect

void reconnect(Exception cause)


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