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.config This package contains the cache configuration code. 
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.constructs.classloader ClassLoader contstructs package 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
net.sf.ehcache.hibernate This package contains interfaces and classes for Hibernate3.1 and higher. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.manager This package temporarily contains Bitronix stuff. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

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 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
 void Ehcache.setTransactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
          This class is used to access the transaction manager used during XA.
 

Uses of TransactionManagerLookup in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return TransactionManagerLookup
 TransactionManagerLookup Configuration.RuntimeCfg.getTransactionManagerLookup()
           
 

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.constructs.classloader
 

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

Uses of TransactionManagerLookup in net.sf.ehcache.constructs.nonstop.store
 

Constructors in net.sf.ehcache.constructs.nonstop.store with parameters of type TransactionManagerLookup
NonstopStoreImpl(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, CacheCluster cacheCluster, NonstopConfiguration nonstopConfig, CacheConfiguration.TransactionalMode transactionalMode, TransactionManagerLookup transactionManagerLookup)
          Constructor accepting the NonstopActiveDelegateHolder, CacheCluster and NonstopConfiguration
TransactionalExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, NonstopConfiguration nonstopConfiguration, NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver, CacheCluster cacheCluster, TransactionManagerLookup transactionManagerLookup, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Constructor
 

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.transaction.local
 

Constructors in net.sf.ehcache.transaction.local with parameters of type TransactionManagerLookup
JtaLocalTransactionStore(LocalTransactionStore underlyingStore, TransactionManagerLookup transactionManagerLookup, TransactionController transactionController)
          Create a new JtaLocalTransactionStore instance
 

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.
 

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

Constructors in net.sf.ehcache.transaction.xa with parameters of type TransactionManagerLookup
EhcacheXAResourceImpl(Ehcache cache, Store underlyingStore, TransactionManagerLookup txnManagerLookup, SoftLockFactory softLockFactory, TransactionIDFactory transactionIDFactory, ReadWriteCopyStrategy<Element> copyStrategy)
          Constructor
XATransactionStore(TransactionManagerLookup transactionManagerLookup, SoftLockFactory softLockFactory, TransactionIDFactory transactionIdFactory, Ehcache cache, Store store, ReadWriteCopyStrategy<Element> copyStrategy)
          Constructor
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.