org.neo4j.index.lucene
Class LuceneXaConnection

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
      extended by org.neo4j.index.lucene.LuceneXaConnection
All Implemented Interfaces:
org.neo4j.kernel.impl.transaction.xaframework.XaConnection

public class LuceneXaConnection
extends org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl

An XA connection used with LuceneDataSource. This class is public because the XA framework requires it.


Method Summary
 XAResource getXaResource()
          Returns the XAResource associated with this connection.
 
Methods inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
clearAllTransactions, destroy, getTransaction, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXaResource

public XAResource getXaResource()
Description copied from class: org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
Returns the XAResource associated with this connection.

Specified by:
getXaResource in interface org.neo4j.kernel.impl.transaction.xaframework.XaConnection
Specified by:
getXaResource in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
Returns:
The XAResource for this connection


Copyright © 2010 Neo4j. All Rights Reserved.