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

Packages that use org.neo4j.kernel.impl.transaction.xaframework
org.neo4j.backup.log   
org.neo4j.com   
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.impl.index   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.persistence   
org.neo4j.kernel.impl.transaction   
org.neo4j.kernel.impl.transaction.xaframework   
org.neo4j.kernel.impl.util   
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.backup.log
TransactionInterceptor
          A TransactionInterceptor has the opportunity to perform a check on a transaction before it touches the store and logical log, potentially interrupting the process by throwing an exception.
TransactionInterceptorProvider
          The basic service implementation for TransactionInterceptorProviders.
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.com
LogBuffer
           
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.index.impl.lucene
LogBackedXaDataSource
           
XaCommandFactory
          During recovery (after system crash) the XaLogicalLog will examine the the logical log and re-create any transaction that didn't complete.
XaConnection
          XaConnection holds the XAResource used by the transaction manager to control the work done on the resource in a global transaction.
XaContainer
          This is a wrapper class containing the logical log, command factory, transaction factory and resource manager.
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel
LogBufferFactory
           
TxIdGeneratorFactory
           
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel.ha
TxIdGenerator
           
TxIdGeneratorFactory
           
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel.impl.index
LogBuffer
           
XaCommand
          A command is part of the work done during a transaction towards a XA resource.
XaConnection
          XaConnection holds the XAResource used by the transaction manager to control the work done on the resource in a global transaction.
XaConnectionHelpImpl
          XaConnectionHelpImpl helps with basic implementation that is needed to fit a non XA compatible resource in the xaframework.
XaResourceManager
           
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel.impl.nioneo.xa
LogBackedXaDataSource
           
XaCommand
          A command is part of the work done during a transaction towards a XA resource.
XaConnection
          XaConnection holds the XAResource used by the transaction manager to control the work done on the resource in a global transaction.
XaConnectionHelpImpl
          XaConnectionHelpImpl helps with basic implementation that is needed to fit a non XA compatible resource in the xaframework.
XaContainer
          This is a wrapper class containing the logical log, command factory, transaction factory and resource manager.
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
XaTransaction
          XaTransaction holds all the commands that participate in the transaction and then either rollbacks or commits them.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel.impl.persistence
XaConnection
          XaConnection holds the XAResource used by the transaction manager to control the work done on the resource in a global transaction.
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel.impl.transaction
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel.impl.transaction.xaframework
LogBuffer
           
LogBufferFactory
           
LogEntry
           
LogEntry.Commit
           
LogEntry.Start
           
LogExtractor
           
LogExtractor.LogLoader
           
LogExtractor.LogPositionCache
           
LogExtractor.TxPosition
           
ReadPastEndException
          Thrown when reading from a ReadableByteChannel into a buffer and not enough bytes (Buffer.limit()) could be read.
TransactionInterceptor
          A TransactionInterceptor has the opportunity to perform a check on a transaction before it touches the store and logical log, potentially interrupting the process by throwing an exception.
TransactionInterceptorProvider
          The basic service implementation for TransactionInterceptorProviders.
TxIdGenerator
           
TxIdGeneratorFactory
           
XaCommand
          A command is part of the work done during a transaction towards a XA resource.
XaCommandFactory
          During recovery (after system crash) the XaLogicalLog will examine the the logical log and re-create any transaction that didn't complete.
XaConnection
          XaConnection holds the XAResource used by the transaction manager to control the work done on the resource in a global transaction.
XaContainer
          This is a wrapper class containing the logical log, command factory, transaction factory and resource manager.
XaDataSource
          XaDataSource is as a factory for creating XaConnections.
XaLogicalLog
          XaLogicalLog is a transaction and logical log combined.
XaLogicalLog.LogDeserializer
           
XaResource
           
XaResourceManager
           
XaTransaction
          XaTransaction holds all the commands that participate in the transaction and then either rollbacks or commits them.
XaTransactionFactory
          Factory for creating XaTransactions used during recovery.
 

Classes in org.neo4j.kernel.impl.transaction.xaframework used by org.neo4j.kernel.impl.util
LogBuffer
           
 



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