Neo4j

org.neo4j.kernel
Class DefaultTxHook

java.lang.Object
  extended by org.neo4j.kernel.DefaultTxHook
All Implemented Interfaces:
org.neo4j.kernel.impl.transaction.RemoteTxHook

public class DefaultTxHook
extends Object
implements org.neo4j.kernel.impl.transaction.RemoteTxHook


Constructor Summary
DefaultTxHook()
           
 
Method Summary
 boolean freeIdsDuringRollback()
           
 void remotelyFinishTransaction(int eventIdentifier, boolean success)
           
 void remotelyInitializeTransaction(int eventIdentifier)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTxHook

public DefaultTxHook()
Method Detail

remotelyInitializeTransaction

public void remotelyInitializeTransaction(int eventIdentifier)
Specified by:
remotelyInitializeTransaction in interface org.neo4j.kernel.impl.transaction.RemoteTxHook

remotelyFinishTransaction

public void remotelyFinishTransaction(int eventIdentifier,
                                      boolean success)
Specified by:
remotelyFinishTransaction in interface org.neo4j.kernel.impl.transaction.RemoteTxHook

freeIdsDuringRollback

public boolean freeIdsDuringRollback()
Specified by:
freeIdsDuringRollback in interface org.neo4j.kernel.impl.transaction.RemoteTxHook

Neo4j

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