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 |
|---|---|
TransactionManager |
getTm()
Gets Transaction Manager (TM).
|
@Nullable TransactionManager getTm() throws IgniteException
null if TM cannot be looked up.IgniteException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016