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

Packages that use XaLogicalLog
org.neo4j.kernel.impl.transaction.xaframework   
 

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

Subclasses of XaLogicalLog in org.neo4j.kernel.impl.transaction.xaframework
 class InterceptingXaLogicalLog
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework that return XaLogicalLog
protected  XaLogicalLog XaTransactionFactory.getLogicalLog()
           
 XaLogicalLog XaContainer.getLogicalLog()
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type XaLogicalLog
protected  void LogBackedXaDataSource.setLogicalLogAtCreationTime(XaLogicalLog logicalLog)
          Sets the XaLogicalLog at creation time (in constructor).
 

Constructors in org.neo4j.kernel.impl.transaction.xaframework with parameters of type XaLogicalLog
XaTransaction(int identifier, XaLogicalLog log)
           
 



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