Uses of Class
org.neo4j.kernel.impl.transaction.TxModule

Packages that use TxModule
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
 

Uses of TxModule in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return TxModule
 TxModule Config.getTxModule()
           
 

Methods in org.neo4j.kernel with parameters of type TxModule
 LockManager LockManagerFactory.create(TxModule txModule)
           
 

Uses of TxModule in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha with parameters of type TxModule
 LockManager SlaveLockManager.SlaveLockManagerFactory.create(TxModule txModule)
           
 



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