Uses of Interface
org.neo4j.kernel.impl.transaction.TxHook

Packages that use TxHook
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.transaction   
 

Uses of TxHook in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return TxHook
static TxHook CommonFactories.defaultTxHook()
           
 

Uses of TxHook in org.neo4j.kernel.ha
 

Classes in org.neo4j.kernel.ha that implement TxHook
 class MasterTxHook
           
 class SlaveTxHook
           
 

Constructors in org.neo4j.kernel.ha with parameters of type TxHook
SlaveLockManager(TransactionManager tm, TxHook txHook, Broker broker, ResponseReceiver receiver)
           
 

Uses of TxHook in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return TxHook
 TxHook NeoStore.getTxHook()
           
 

Uses of TxHook in org.neo4j.kernel.impl.transaction
 

Methods in org.neo4j.kernel.impl.transaction that return TxHook
 TxHook TxModule.getTxHook()
           
 

Methods in org.neo4j.kernel.impl.transaction with parameters of type TxHook
protected abstract  AbstractTransactionManager TransactionManagerProvider.loadTransactionManager(String txLogDir, KernelPanicEventGenerator kpe, TxHook rollbackHook)
           
protected  AbstractTransactionManager DefaultTransactionManagerProvider.loadTransactionManager(String txLogDir, KernelPanicEventGenerator kpe, TxHook rollbackHook)
           
 

Constructors in org.neo4j.kernel.impl.transaction with parameters of type TxHook
TxModule(String txLogDir, KernelPanicEventGenerator kpe, TxHook txHook, String serviceName)
           
 



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