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 Platform : ver. 6.2.0 Release Date : August 25 2014