org.neo4j.kernel
Class DefaultTxHook
java.lang.Object
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
DefaultTxHook
public DefaultTxHook()
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
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.