|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionManagerLookup | |
org.jboss.cache |
Uses of TransactionManagerLookup in org.jboss.cache |
Classes in org.jboss.cache that implement TransactionManagerLookup | |
class |
DummyTransactionManagerLookup
Returns an instance of DummyTransactionManager, used by standalone cache. |
class |
GenericTransactionManagerLookup
A generic class that chooses the best-fit TransactionManager. |
class |
JBossTransactionManagerLookup
Default implementation. |
Fields in org.jboss.cache declared as TransactionManagerLookup | |
protected TransactionManagerLookup |
TreeCache.tm_lookup
Method to acquire a TransactionManager. |
Methods in org.jboss.cache with parameters of type TransactionManagerLookup | |
void |
TreeCacheMBean.setTransactionManagerLookup(TransactionManagerLookup l)
Sets the TransactionManagerLookup object |
void |
TreeCache.setTransactionManagerLookup(TransactionManagerLookup l)
Sets the TransactionManagerLookup object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |