Package org.neo4j.kernel.impl.transaction

Interface Summary
TransactionIdFactory  
TxHook  
 

Class Summary
AbstractTransactionManager This interface extends the TransactionManager, with the rationale that it additionally provides an init method that is used for recovery and a stop method for shutting down.
DefaultTransactionManagerProvider  
LockManager The LockManager can lock resources for reading or writing.
SpringTransactionManager  
TransactionManagerProvider Hook in the kernel module that providers of TransactionManagers must extend.
TxLog This class is made public for testing purposes only, do not use.
TxLog.Record Made public for testing only.
TxManager Public for testing purpose only.
TxModule Can reads a XA data source configuration file and registers all the data sources defined there or be used to manually add XA data sources.
UserTransactionImpl  
XaDataSourceManager All datasources that have been defined in the XA data source configuration file or manually added will be created and registered here.
XidImpl  
 

Enum Summary
LockType Enum defining the READ lock and the WRITE lock.
 

Exception Summary
IllegalResourceException  
LockException  
LockNotFoundException  
 



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