Uses of Interface
net.sf.ehcache.transaction.manager.TransactionManagerLookup
-
Packages that use TransactionManagerLookup Package Description 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 packagenet.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 contains the ehcache lookup interface for the supported JTA transaction managers.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 Modifier and Type Method Description TransactionManagerLookupCache. getTransactionManagerLookup()Get the TransactionManagerLookup implementation used to lookup the TransactionManager.Methods in net.sf.ehcache with parameters of type TransactionManagerLookup Modifier and Type Method Description voidCache. setTransactionManagerLookup(TransactionManagerLookup lookup)Sets the TransactionManagerLookup that needs to be used for this cache to lookup the TransactionManager This needs to be set beforeCache.initialise()is calledvoidEhcache. 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 Modifier and Type Method Description TransactionManagerLookupConfiguration.RuntimeCfg. getTransactionManagerLookup() -
Uses of TransactionManagerLookup in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs with parameters of type TransactionManagerLookup Modifier and Type Method Description voidEhcacheDecoratorAdapter. 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 Modifier and Type Method Description voidClassLoaderAwareCache. setTransactionManagerLookup(TransactionManagerLookup arg0)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 Modifier and Type Class Description classEhcacheJtaTransactionManagerLookupHibernate 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 Constructor Description 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 Modifier and Type Class Description classDefaultTransactionManagerLookupDefaultTransactionManagerLookupimplementation, that will be used by aninitializingCache 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 Constructor Description EhcacheXAResourceImpl(Ehcache cache, Store underlyingStore, TransactionManagerLookup txnManagerLookup, SoftLockManager softLockManager, TransactionIDFactory transactionIDFactory, ElementValueComparator comparator, org.terracotta.statistics.observer.OperationObserver<XaCommitOutcome> commitObserver, org.terracotta.statistics.observer.OperationObserver<XaRollbackOutcome> rollbackObserver, org.terracotta.statistics.observer.OperationObserver<XaRecoveryOutcome> recoveryObserver)ConstructorXATransactionStore(TransactionManagerLookup transactionManagerLookup, SoftLockManager softLockManager, TransactionIDFactory transactionIdFactory, Ehcache cache, Store store, ElementValueComparator comparator)Constructor
-