| 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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 | |
|---|---|
 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.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.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,
                      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)
Constructor  | 
|
XATransactionStore(TransactionManagerLookup transactionManagerLookup,
                   SoftLockManager softLockManager,
                   TransactionIDFactory transactionIdFactory,
                   Ehcache cache,
                   Store store,
                   ElementValueComparator comparator)
Constructor  | 
|
  | 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||