Uses of Class
org.infinispan.context.impl.AbstractTxInvocationContext
-
Packages that use AbstractTxInvocationContext Package Description org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. -
-
Uses of AbstractTxInvocationContext in org.infinispan.context.impl
Subclasses of AbstractTxInvocationContext in org.infinispan.context.impl Modifier and Type Class Description classLocalTxInvocationContextInvocation context to be used for locally originated transactions.classRemoteTxInvocationContextContext to be used for transaction that originated remotely.
-