org.neo4j.kernel.impl.index
Class IndexConnectionBroker<T extends XaConnection>
java.lang.Object
org.neo4j.kernel.impl.index.IndexConnectionBroker<T>
- Direct Known Subclasses:
- ReadOnlyIndexConnectionBroker
public abstract class IndexConnectionBroker<T extends XaConnection>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexConnectionBroker
protected IndexConnectionBroker(TransactionManager transactionManager)
acquireResourceConnection
public T acquireResourceConnection()
newConnection
protected abstract T newConnection()
acquireReadOnlyResourceConnection
public T acquireReadOnlyResourceConnection()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.