org.neo4j.kernel.ha
Class SlaveTxIdGenerator.SlaveTxIdGeneratorFactory

java.lang.Object
  extended by org.neo4j.kernel.ha.SlaveTxIdGenerator.SlaveTxIdGeneratorFactory
All Implemented Interfaces:
org.neo4j.kernel.impl.transaction.xaframework.TxIdGeneratorFactory
Enclosing class:
SlaveTxIdGenerator

public static class SlaveTxIdGenerator.SlaveTxIdGeneratorFactory
extends Object
implements org.neo4j.kernel.impl.transaction.xaframework.TxIdGeneratorFactory


Field Summary
 
Fields inherited from interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGeneratorFactory
DEFAULT
 
Constructor Summary
SlaveTxIdGenerator.SlaveTxIdGeneratorFactory(Broker broker, ResponseReceiver receiver)
           
 
Method Summary
 org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator create(TransactionManager txManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlaveTxIdGenerator.SlaveTxIdGeneratorFactory

public SlaveTxIdGenerator.SlaveTxIdGeneratorFactory(Broker broker,
                                                    ResponseReceiver receiver)
Method Detail

create

public org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator create(TransactionManager txManager)
Specified by:
create in interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGeneratorFactory


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.