org.neo4j.index.impl.lucene
Class LuceneXaConnection

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

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

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


Method Summary
 void createIndex(Class<? extends org.neo4j.graphdb.PropertyContainer> entityType, String name, Map<String,String> config)
           
 XAResource getXaResource()
           
 
Methods inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
clearAllTransactions, delistResource, destroy, enlistResource, getTransaction, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neo4j.kernel.impl.index.IndexXaConnection
enlistResource
 

Method Detail

getXaResource

public XAResource getXaResource()
Specified by:
getXaResource in interface org.neo4j.kernel.impl.transaction.xaframework.XaConnection
Specified by:
getXaResource in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl

createIndex

public void createIndex(Class<? extends org.neo4j.graphdb.PropertyContainer> entityType,
                        String name,
                        Map<String,String> config)
Specified by:
createIndex in interface org.neo4j.kernel.impl.index.IndexXaConnection


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