ehcache

Uses of Interface
net.sf.ehcache.transaction.manager.TransactionManagerLookup

Packages that use TransactionManagerLookup
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
net.sf.ehcache.hibernate This package contains interfaces and classes for Hibernate3.1 and higher. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.transaction.manager This package temporarily contains Bitronix stuff. 
 

Uses of TransactionManagerLookup in net.sf.ehcache
 

Methods in net.sf.ehcache that return TransactionManagerLookup
 TransactionManagerLookup Cache.getTransactionManagerLookup()
          Get the TransactionManagerLookup implementation used to lookup the TransactionManager.
 

Methods in net.sf.ehcache with parameters of type TransactionManagerLookup
 void Ehcache.setTransactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
          This class is used to access the transaction manager used during XA.
 void Cache.setTransactionManagerLookup(TransactionManagerLookup lookup)
          Sets the TransactionManagerLookup that needs to be used for this cache to lookup the TransactionManager This needs to be set before Cache.initialise() is called
 

Uses of TransactionManagerLookup in net.sf.ehcache.constructs
 

Methods in net.sf.ehcache.constructs with parameters of type TransactionManagerLookup
 void EhcacheDecoratorAdapter.setTransactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
          This class is used to access the transaction manager used during XA.
 

Uses of TransactionManagerLookup in net.sf.ehcache.hibernate
 

Classes in net.sf.ehcache.hibernate that implement TransactionManagerLookup
 class EhcacheJtaTransactionManagerLookup
          Hibernate TransactionManagerLookup which also is a Ehcache transaction manager lookup.
 

Uses of TransactionManagerLookup in net.sf.ehcache.store
 

Constructors in net.sf.ehcache.store with parameters of type TransactionManagerLookup
XATransactionalStore(Ehcache cache, EhcacheXAStore ehcacheXAStore, TransactionManagerLookup transactionManagerLookup, javax.transaction.TransactionManager txnManager)
          Create a store which will wrap another one to provide XA transactions.
 

Uses of TransactionManagerLookup in net.sf.ehcache.transaction.manager
 

Classes in net.sf.ehcache.transaction.manager that implement TransactionManagerLookup
 class DefaultTransactionManagerLookup
          Default TransactionManagerLookup implementation, that will be used by an initializing Cache should the user have not specified otherwise.
 


ehcache

true