org.neo4j.index.impl.lucene
Class ConnectionBroker

java.lang.Object
  extended by org.neo4j.kernel.impl.index.IndexConnectionBroker<LuceneXaConnection>
      extended by org.neo4j.index.impl.lucene.ConnectionBroker

public class ConnectionBroker
extends org.neo4j.kernel.impl.index.IndexConnectionBroker<LuceneXaConnection>


Constructor Summary
ConnectionBroker(TransactionManager transactionManager, LuceneDataSource dataSource)
           
 
Method Summary
protected  LuceneXaConnection newConnection()
           
 
Methods inherited from class org.neo4j.kernel.impl.index.IndexConnectionBroker
acquireReadOnlyResourceConnection, acquireResourceConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionBroker

public ConnectionBroker(TransactionManager transactionManager,
                        LuceneDataSource dataSource)
Method Detail

newConnection

protected LuceneXaConnection newConnection()
Specified by:
newConnection in class org.neo4j.kernel.impl.index.IndexConnectionBroker<LuceneXaConnection>


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