Uses of Class
com.tangosol.net.events.NamedEventInterceptor
-
Packages that use NamedEventInterceptor Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members.com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.net.events 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 NamedEventInterceptor Modifier and Type Method Description Iterable<NamedEventInterceptor<?>>
CoherenceExtension.InterceptorProvider. getInterceptors()
Returns theNamedEventInterceptor
instances. -
Uses of NamedEventInterceptor in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server that return types with arguments of type NamedEventInterceptor Modifier and Type Method Description Iterable<NamedEventInterceptor<?>>
CoherenceServerExtension. getInterceptors()
-
Uses of NamedEventInterceptor in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return NamedEventInterceptor Modifier and Type Method Description NamedEventInterceptor
NamedEventInterceptorBuilder. 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
Constructors in com.tangosol.net.events with parameters of type NamedEventInterceptor Constructor Description NamedEventInterceptor(EventInterceptor<E> interceptor, NamedEventInterceptor<E> incptrNamed)
Construct a NamedEventInterceptor for the specified interceptor using the provided NamedEventInterceptor as the source to clone from.
-