org.infinispan.transaction.xa
Class TransactionFactory
java.lang.Object
org.infinispan.transaction.xa.TransactionFactory
public class TransactionFactory
- extends Object
Factory for transaction related sate.
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionFactory
public TransactionFactory()
TransactionFactory
public TransactionFactory(boolean dldEnabled)
TransactionFactory
public TransactionFactory(boolean dldEnabled,
boolean recoveryEnabled)
newGlobalTransaction
public GlobalTransaction newGlobalTransaction()
newGlobalTransaction
public GlobalTransaction newGlobalTransaction(Address addr,
boolean remote)
newLocalTransaction
public LocalTransaction newLocalTransaction(Transaction tx,
GlobalTransaction gtx)
newRemoteTransaction
public RemoteTransaction newRemoteTransaction(WriteCommand[] modifications,
GlobalTransaction tx)
newRemoteTransaction
public RemoteTransaction newRemoteTransaction(GlobalTransaction tx)
init
public void init(Configuration configuration)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.