Uses of Class
com.tangosol.net.events.NamedEventInterceptor
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Simple CDI-based Cache Server implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes related to the Coherence Live Event Model.
-
Uses of NamedEventInterceptor in com.oracle.coherence.cdi
Modifier and TypeMethodDescriptionCoherenceExtension.InterceptorProvider.getInterceptors()
Returns theNamedEventInterceptor
instances. -
Uses of NamedEventInterceptor in com.oracle.coherence.cdi.server
-
Uses of NamedEventInterceptor in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionNamedEventInterceptorBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s. -
Uses of NamedEventInterceptor in com.tangosol.net.events
ModifierConstructorDescriptionNamedEventInterceptor
(EventInterceptor<E> interceptor, NamedEventInterceptor<E> incptrNamed) Construct a NamedEventInterceptor for the specified interceptor using the provided NamedEventInterceptor as the source to clone from.