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.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025