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 class
LocalTxInvocationContext
Invocation context to be used for locally originated transactions.class
RemoteTxInvocationContext
Context to be used for transaction that originated remotely.
-