Uses of Package
org.neo4j.kernel.impl.transaction

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

Classes in org.neo4j.kernel.impl.transaction used by org.neo4j.kernel
LockManager
          The LockManager can lock resources for reading or writing.
TxHook
           
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.
 

Classes in org.neo4j.kernel.impl.transaction used by org.neo4j.kernel.ha
IllegalResourceException
           
LockManager
          The LockManager can lock resources for reading or writing.
TxHook
           
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.
 

Classes in org.neo4j.kernel.impl.transaction used by org.neo4j.kernel.impl.core
LockManager
          The LockManager can lock resources for reading or writing.
LockType
          Enum defining the READ lock and the WRITE lock.
 

Classes in org.neo4j.kernel.impl.transaction used by org.neo4j.kernel.impl.nioneo.store
TxHook
           
 

Classes in org.neo4j.kernel.impl.transaction used by org.neo4j.kernel.impl.nioneo.xa
XaDataSourceManager
          All datasources that have been defined in the XA data source configuration file or manually added will be created and registered here.
 

Classes in org.neo4j.kernel.impl.transaction used by org.neo4j.kernel.impl.transaction
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.
IllegalResourceException
           
LockException
           
LockManager
          The LockManager can lock resources for reading or writing.
LockNotFoundException
           
LockType
          Enum defining the READ lock and the WRITE lock.
TransactionManagerProvider
          Hook in the kernel module that providers of TransactionManagers must extend.
TxHook
           
TxLog.Record
          Made public for testing only.
XaDataSourceManager
          All datasources that have been defined in the XA data source configuration file or manually added will be created and registered here.
 



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