Uses of Interface
org.infinispan.context.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
Modifier and TypeFieldDescriptionprotected InvocationContextFactory
CacheImpl.invocationContextFactory
protected InvocationContextFactory
InvocationHelper.invocationContextFactory
-
Uses of InvocationContextFactory in org.infinispan.context.impl
Modifier 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