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()
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,
EmbeddedCacheManager cm,
RpcManager rpcManager)
start
public void start()
init
public void init(boolean dldEnabled,
boolean recoveryEnabled,
boolean xa)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.