Uses of Class
com.tangosol.coherence.config.builder.NamedEventInterceptorBuilder
Packages that use NamedEventInterceptorBuilder
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return types with arguments of type NamedEventInterceptorBuilderModifier and TypeMethodDescriptionCacheConfig.getEventInterceptorBuilders()
ResourceMapping.getEventInterceptorBuilders()
Method parameters in com.tangosol.coherence.config with type arguments of type NamedEventInterceptorBuilderModifier and TypeMethodDescriptionvoid
CacheConfig.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) void
ResourceMapping.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) -
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return NamedEventInterceptorBuilderModifier and TypeMethodDescriptionSet the logical name / identifier for thisEventInterceptor
.NamedEventInterceptorBuilder.setOrder
(Interceptor.Order order) Set theEventInterceptor
's order (HIGH || LOW), hence whether it should be at the start of the chain of interceptors.NamedEventInterceptorBuilder.setRegistrationBehavior
(RegistrationBehavior behavior) Specifies the behavior upon duplicate registration. -
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return types with arguments of type NamedEventInterceptorBuilderModifier and TypeMethodDescriptionAbstractLocalCachingScheme.getEventInterceptorBuilders()
AbstractServiceScheme.getEventInterceptorBuilders()
ClassScheme.getEventInterceptorBuilders()
DistributedScheme.getEventInterceptorBuilders()
PagedTopicScheme.getEventInterceptorBuilders()
ServiceScheme.getEventInterceptorBuilders()
WrapperCachingScheme.getEventInterceptorBuilders()
Method parameters in com.tangosol.coherence.config.scheme with type arguments of type NamedEventInterceptorBuilderModifier and TypeMethodDescriptionvoid
DistributedScheme.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) void
PagedTopicScheme.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) -
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type NamedEventInterceptorBuilderModifier and TypeMethodDescriptionInterceptorsProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.