org.jboss.cache
Class GenericTransactionManagerLookup

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

public class GenericTransactionManagerLookup
extends 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.1 2004/07/14 08:46:21 belaban Exp $
Author:
Markus Plesser

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

Specified by:
getTransactionManager in interface TransactionManagerLookup
Returns:
TransactionManager


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.