public interface CacheTmLookup
TransactionConfiguration.getTxManagerLookupClassName()
method.
The following implementations are provided out of the box:
CacheJndiTmLookup
utilizes a configured JNDI name to look up a transaction manager.
CacheReflectionTmLookup
uses reflection to call a method on a given class
to get to transaction manager.
Modifier and Type | Method and Description |
---|---|
@Nullable TransactionManager |
getTm()
Gets Transaction Manager (TM).
|
@Nullable @Nullable TransactionManager getTm() throws IgniteException
null
if TM cannot be looked up.IgniteException
- In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019