public class GridCacheNoopJtaManager<K,V> extends GridCacheJtaManagerAdapter<K,V>
GridCacheJtaManagerAdapter.cctx, log| Constructor and Description |
|---|
GridCacheNoopJtaManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkJta()
Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.
|
void |
createTmLookup(GridCacheConfiguration ccfg)
Creates transaction manager finder.
|
Object |
tmLookup()
Gets transaction manager finder.
|
context, kernalStartInfo, kernalStopInfo, log, onKernalStart, onKernalStart0, onKernalStop, onKernalStop0, printMemoryStats, start, start0, startInfo, stop, stop0, stopInfo, toStringpublic void checkJta()
throws GridException
checkJta in class GridCacheJtaManagerAdapter<K,V>GridException - In case of error.public void createTmLookup(GridCacheConfiguration ccfg) throws GridException
createTmLookup in class GridCacheJtaManagerAdapter<K,V>ccfg - Cache configuration.GridException - If failed.Copyright © 2014. All rights reserved.