Uses of Class
org.infinispan.context.impl.AbstractInvocationContext
-
Packages that use AbstractInvocationContext Package Description org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. -
-
Uses of AbstractInvocationContext in org.infinispan.context.impl
Subclasses of AbstractInvocationContext in org.infinispan.context.impl Modifier and Type Class Description classAbstractTxInvocationContext<T extends AbstractCacheTransaction>Support class forTxInvocationContext.classClearInvocationContextImplementation ofInvocationContextused by theClearCommand.classLocalTxInvocationContextInvocation context to be used for locally originated transactions.classNonTxInvocationContextContext to be used for non transactional calls, both remote and local.classRemoteTxInvocationContextContext to be used for transaction that originated remotely.
-