public abstract class CacheJtaManagerAdapter extends GridCacheSharedManagerAdapter
cctx, log| Constructor and Description |
|---|
CacheJtaManagerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
checkJta()
Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.
|
abstract void |
registerCache(CacheConfiguration<?,?> cfg) |
abstract Object |
tmLookup()
Gets transaction manager finder.
|
context, isStopping, kernalStartInfo, kernalStopInfo, log, onDisconnected, onKernalStart, onKernalStart0, onKernalStop, onKernalStop0, printMemoryStats, start, start0, startInfo, stop, stop0, stopInfo, toStringpublic abstract void checkJta()
throws IgniteCheckedException
IgniteCheckedException - In case of error.public abstract void registerCache(CacheConfiguration<?,?> cfg) throws IgniteCheckedException
cfg - Cache configuration.IgniteCheckedException - If CacheConfiguration.getTransactionManagerLookupClassName() is incompatible with
another caches or TransactionConfiguration.getTxManagerLookupClassName().@Nullable public abstract Object tmLookup()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017