Uses of Class
org.neo4j.kernel.impl.transaction.xaframework.XaTransaction

Packages that use XaTransaction
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of XaTransaction in org.neo4j.kernel.impl.nioneo.xa
 

Subclasses of XaTransaction in org.neo4j.kernel.impl.nioneo.xa
 class InterceptingWriteTransaction
           
 class WriteTransaction
          Transaction containing commands reflecting the operations performed in the transaction.
 

Uses of XaTransaction in org.neo4j.kernel.impl.transaction.xaframework
 

Methods in org.neo4j.kernel.impl.transaction.xaframework that return XaTransaction
abstract  XaTransaction XaTransactionFactory.create(int identifier)
          Create a XaTransaction with identifier as internal transaction id.
 XaTransaction XaResourceHelpImpl.getCompletedTx()
          If the transaction commited successfully this method will return the transaction.
protected  XaTransaction XaConnectionHelpImpl.getTransaction()
          Returns the XaTransaction associated with this connection.
 



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