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

Uses of Interface org.jboss.cache.TransactionManagerLookup (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


Uses of Interface
org.jboss.cache.TransactionManagerLookup

Packages that use TransactionManagerLookup
org.jboss.cache   
 

Uses of TransactionManagerLookup in org.jboss.cache
 

Classes in org.jboss.cache that implement TransactionManagerLookup
 class DummyTransactionManagerLookup
          Returns an instance of DummyTransactionManager, used by standalone cache.
 class GenericTransactionManagerLookup
          A generic class that chooses the best-fit TransactionManager.
 class JBossTransactionManagerLookup
          Default implementation.
 

Fields in org.jboss.cache declared as TransactionManagerLookup
protected  TransactionManagerLookup TreeCache.tm_lookup
          Method to acquire a TransactionManager.
 

Methods in org.jboss.cache with parameters of type TransactionManagerLookup
 void TreeCacheMBean.setTransactionManagerLookup(TransactionManagerLookup l)
          Sets the TransactionManagerLookup object
 void TreeCache.setTransactionManagerLookup(TransactionManagerLookup l)
          Sets the TransactionManagerLookup object
 



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