|
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.constructs.blocking | Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. |
| 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 |
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.constructs.blocking |
|---|
| Methods in net.sf.ehcache.constructs.blocking with parameters of type TransactionManagerLookup | |
|---|---|
void |
BlockingCache.setTransactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
This class is used to access the transaction manager used during XA. |
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||