org.infinispan.transaction.xa
Class GlobalTransactionFactory
java.lang.Object
org.infinispan.transaction.xa.GlobalTransactionFactory
public class GlobalTransactionFactory
- extends Object
Factory for GlobalTransaction/DadlockDetectingGlobalTransaction.
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalTransactionFactory
public GlobalTransactionFactory()
GlobalTransactionFactory
public GlobalTransactionFactory(boolean eddEnabled)
init
public void init(Configuration configuration)
start
public void start()
instantiateGlobalTransaction
public GlobalTransaction instantiateGlobalTransaction()
newGlobalTransaction
public GlobalTransaction newGlobalTransaction(Address addr,
boolean remote)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.