站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

GenericTransactionManagerLookup (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


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.4.3 2004/12/30 17:08:34 starksm 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.