public interface GridCacheTmLookup
GridCacheConfiguration.getTransactionManagerLookupClassName()
method.
The following implementations are provided out of the box:
GridCacheJndiTmLookup utilizes a configured JNDI name to look up a transaction manager.
GridCacheReflectionTmLookup 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 org.gridgain.grid.GridException
null if TM cannot be looked up.org.gridgain.grid.GridException - In case of error.
GridGain Fabric : ver. 6.5.6-p1 Release Date : January 8 2015