Uses of Interface
org.infinispan.context.InvocationContextFactory
Packages that use InvocationContextFactory
Package
Description
This package contains different context implementations, selected dynamically based on the type of invocation.
Factories are internal components used to create other components based on a cache's
configuration.
-
Uses of InvocationContextFactory in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as InvocationContextFactoryModifier and TypeFieldDescriptionprotected InvocationContextFactory
CacheImpl.invocationContextFactory
protected InvocationContextFactory
InvocationHelper.invocationContextFactory
-
Uses of InvocationContextFactory in org.infinispan.context.impl
Classes in org.infinispan.context.impl that implement InvocationContextFactoryModifier and TypeClassDescriptionclass
Base class for InvocationContextFactory implementations.class
Invocation Context container to be used for non-transactional caches.class
Invocation context to be used for transactional caches. -
Uses of InvocationContextFactory in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type InvocationContextFactory