Uses of Class
com.tangosol.coherence.config.builder.NamedEventInterceptorBuilder
-
Packages that use NamedEventInterceptorBuilder Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.processor 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 NamedEventInterceptorBuilder Modifier and Type Method Description List<NamedEventInterceptorBuilder>
CacheConfig. getEventInterceptorBuilders()
List<NamedEventInterceptorBuilder>
ResourceMapping. getEventInterceptorBuilders()
Method parameters in com.tangosol.coherence.config with type arguments of type NamedEventInterceptorBuilder Modifier and Type Method Description void
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 NamedEventInterceptorBuilder Modifier and Type Method Description NamedEventInterceptorBuilder
NamedEventInterceptorBuilder. setName(String sName)
Set the logical name / identifier for thisEventInterceptor
.NamedEventInterceptorBuilder
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
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 NamedEventInterceptorBuilder Modifier and Type Method Description List<NamedEventInterceptorBuilder>
AbstractLocalCachingScheme. getEventInterceptorBuilders()
List<NamedEventInterceptorBuilder>
AbstractServiceScheme. getEventInterceptorBuilders()
List<NamedEventInterceptorBuilder>
ClassScheme. getEventInterceptorBuilders()
List<NamedEventInterceptorBuilder>
DistributedScheme. getEventInterceptorBuilders()
List<NamedEventInterceptorBuilder>
PagedTopicScheme. getEventInterceptorBuilders()
List<NamedEventInterceptorBuilder>
ServiceScheme. getEventInterceptorBuilders()
List<NamedEventInterceptorBuilder>
WrapperCachingScheme. getEventInterceptorBuilders()
Method parameters in com.tangosol.coherence.config.scheme with type arguments of type NamedEventInterceptorBuilder Modifier and Type Method Description void
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 NamedEventInterceptorBuilder Modifier and Type Method Description List<NamedEventInterceptorBuilder>
InterceptorsProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-