org.jboss.cache
Class GenericTransactionManagerLookup

java.lang.Object
  extended byorg.jboss.cache.GenericTransactionManagerLookup
All Implemented Interfaces:
TransactionManagerLookup (src)

public class GenericTransactionManagerLookup
extends java.lang.Object
implements TransactionManagerLookup (src)

A generic class that chooses the best-fit TransactionManager. Tries a number of well-known appservers


Constructor Summary
GenericTransactionManagerLookup()
           
 
Method Summary
 TransactionManager (src) getTransactionManager()
          Get the systemwide used TransactionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericTransactionManagerLookup

public GenericTransactionManagerLookup()
Method Detail

getTransactionManager

public TransactionManager (src)  getTransactionManager()
Get the systemwide used TransactionManager

Specified by:
getTransactionManager in interface TransactionManagerLookup (src)
Returns:
TransactionManager