org.infinispan.transaction.xa
Class GlobalTransactionFactory

java.lang.Object
  extended by org.infinispan.transaction.xa.GlobalTransactionFactory

public class GlobalTransactionFactory
extends Object

Factory for GlobalTransaction/DadlockDetectingGlobalTransaction.

Author:
Mircea.Markus@jboss.com

Constructor Summary
GlobalTransactionFactory()
           
GlobalTransactionFactory(boolean eddEnabled)
           
 
Method Summary
 void init(Configuration configuration)
           
 GlobalTransaction instantiateGlobalTransaction()
           
 GlobalTransaction newGlobalTransaction(Address addr, boolean remote)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalTransactionFactory

public GlobalTransactionFactory()

GlobalTransactionFactory

public GlobalTransactionFactory(boolean eddEnabled)
Method Detail

init

public void init(Configuration configuration)

start

public void start()

instantiateGlobalTransaction

public GlobalTransaction instantiateGlobalTransaction()

newGlobalTransaction

public GlobalTransaction newGlobalTransaction(Address addr,
                                              boolean remote)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.