org.neo4j.kernel.ha
Class MasterTxIdGenerator.MasterTxIdGeneratorFactory

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

public static class MasterTxIdGenerator.MasterTxIdGeneratorFactory
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
MasterTxIdGenerator.MasterTxIdGeneratorFactory(Broker broker)
           
 
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

MasterTxIdGenerator.MasterTxIdGeneratorFactory

public MasterTxIdGenerator.MasterTxIdGeneratorFactory(Broker broker)
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.