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.jndiClasses in org.apache.ignite.cache.jta.jndi that implement CacheTmLookup Modifier and Type Class Description classCacheJndiTmLookupImplementation ofCacheTmLookupinterface that is using list of JNDI names to find TM.
- 
Uses of CacheTmLookup in org.apache.ignite.cache.jta.reflectClasses in org.apache.ignite.cache.jta.reflect that implement CacheTmLookup Modifier and Type Class Description classCacheReflectionTmLookupImplementation ofCacheTmLookupinterface that attempts to obtain JTA manager by calling static method on the class.
 
-