org.neo4j.kernel.impl.transaction.xaframework
Interface TxIdGeneratorFactory

All Known Implementing Classes:
MasterTxIdGenerator.MasterTxIdGeneratorFactory, SlaveTxIdGenerator.SlaveTxIdGeneratorFactory

public interface TxIdGeneratorFactory


Field Summary
static TxIdGeneratorFactory DEFAULT
           
 
Method Summary
 TxIdGenerator create(TransactionManager txManager)
           
 

Field Detail

DEFAULT

static final TxIdGeneratorFactory DEFAULT
Method Detail

create

TxIdGenerator create(TransactionManager txManager)


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