Uses of Class
org.infinispan.context.impl.AbstractInvocationContextFactory
-
Packages that use AbstractInvocationContextFactory Package Description org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. -
-
Uses of AbstractInvocationContextFactory in org.infinispan.context.impl
Subclasses of AbstractInvocationContextFactory in org.infinispan.context.impl Modifier and Type Class Description classNonTransactionalInvocationContextFactoryInvocation Context container to be used for non-transactional caches.classTransactionalInvocationContextFactoryInvocation context to be used for transactional caches.
-