org.jboss.cache
Class GenericTransactionManagerLookup

java.lang.Object
  extended by org.jboss.cache.GenericTransactionManagerLookup
All Implemented Interfaces:
TransactionManagerLookup

public class GenericTransactionManagerLookup
extends java.lang.Object
implements TransactionManagerLookup

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

Version:
$Id: GenericTransactionManagerLookup.java,v 1.4 2005/07/08 11:09:20 bela Exp $
Author:
Markus Plesser

Constructor Summary
GenericTransactionManagerLookup()
           
 
Method Summary
 javax.transaction.TransactionManager 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 javax.transaction.TransactionManager getTransactionManager()
Get the systemwide used TransactionManager

Specified by:
getTransactionManager in interface TransactionManagerLookup
Returns:
TransactionManager


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.