org.neo4j.kernel.impl.core
Class TransactionEventsSyncHook
java.lang.Object
org.neo4j.kernel.impl.core.TransactionEventsSyncHook
- All Implemented Interfaces:
- Synchronization
public class TransactionEventsSyncHook
- extends Object
- implements Synchronization
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionEventsSyncHook
public TransactionEventsSyncHook(NodeManager nodeManager,
Collection<TransactionEventHandler<?>> transactionEventHandlers,
TransactionManager tm)
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletion in interface Synchronization
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion in interface Synchronization
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.