Uses of Interface
org.apache.ignite.cache.jta.CacheTmLookup
-
Packages that use CacheTmLookup Package Description org.apache.ignite.cache.jta.jndi Contains JNDI-based transaction manager lookup.org.apache.ignite.cache.jta.reflect Contains reflection-based transaction manager lookup. -
-
Uses of CacheTmLookup in org.apache.ignite.cache.jta.jndi
Classes in org.apache.ignite.cache.jta.jndi that implement CacheTmLookup Modifier and Type Class Description class
CacheJndiTmLookup
Implementation ofCacheTmLookup
interface that is using list of JNDI names to find TM. -
Uses of CacheTmLookup in org.apache.ignite.cache.jta.reflect
Classes in org.apache.ignite.cache.jta.reflect that implement CacheTmLookup Modifier and Type Class Description class
CacheReflectionTmLookup
Implementation ofCacheTmLookup
interface that attempts to obtain JTA manager by calling static method on the class.
-