Uses of Class
com.tangosol.net.events.NamedEventInterceptor
Packages that use 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
Methods in com.oracle.coherence.cdi that return types with arguments of type NamedEventInterceptorModifier and TypeMethodDescriptionCoherenceExtension.InterceptorProvider.getInterceptors()Returns theNamedEventInterceptorinstances. -
Uses of NamedEventInterceptor in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server that return types with arguments of type NamedEventInterceptor -
Uses of NamedEventInterceptor in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder that implement interfaces with type arguments of type NamedEventInterceptorModifier and TypeClassDescriptionclassAn NamedEventInterceptorBuilder facilitates the construction of aNamedEventInterceptor, which wraps anEventInterceptor.Methods in com.tangosol.coherence.config.builder that return NamedEventInterceptorModifier and TypeMethodDescriptionNamedEventInterceptorBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters. -
Uses of NamedEventInterceptor in com.tangosol.net.events
Constructors in com.tangosol.net.events with parameters of type NamedEventInterceptorModifierConstructorDescriptionNamedEventInterceptor(EventInterceptor<E> interceptor, NamedEventInterceptor<E> incptrNamed) Construct a NamedEventInterceptor for the specified interceptor using the provided NamedEventInterceptor as the source to clone from.