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.
|
Modifier and Type | Method and Description |
---|---|
List<NamedEventInterceptorBuilder> |
CacheConfig.getEventInterceptorBuilders()
|
List<NamedEventInterceptorBuilder> |
ResourceMapping.getEventInterceptorBuilders()
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfig.setEventInterceptorBuilders(List<NamedEventInterceptorBuilder> listBuilders)
|
void |
ResourceMapping.setEventInterceptorBuilders(List<NamedEventInterceptorBuilder> listBuilders)
|
Modifier and Type | Method and Description |
---|---|
NamedEventInterceptorBuilder |
NamedEventInterceptorBuilder.setName(String sName)
Set the logical name / identifier for this
EventInterceptor . |
NamedEventInterceptorBuilder |
NamedEventInterceptorBuilder.setOrder(Interceptor.Order order)
Set the
EventInterceptor '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.
|
Modifier and Type | Method and Description |
---|---|
List<NamedEventInterceptorBuilder> |
WrapperCachingScheme.getEventInterceptorBuilders() |
List<NamedEventInterceptorBuilder> |
AbstractServiceScheme.getEventInterceptorBuilders()
|
List<NamedEventInterceptorBuilder> |
AbstractLocalCachingScheme.getEventInterceptorBuilders()
|
List<NamedEventInterceptorBuilder> |
ClassScheme.getEventInterceptorBuilders()
|
List<NamedEventInterceptorBuilder> |
ServiceScheme.getEventInterceptorBuilders()
|
List<NamedEventInterceptorBuilder> |
DistributedScheme.getEventInterceptorBuilders()
|
Modifier and Type | Method and Description |
---|---|
void |
PagedTopicScheme.setEventInterceptorBuilders(List<NamedEventInterceptorBuilder> listBuilders) |
void |
DistributedScheme.setEventInterceptorBuilders(List<NamedEventInterceptorBuilder> listBuilders)
|
Modifier and Type | Method and Description |
---|---|
List<NamedEventInterceptorBuilder> |
InterceptorsProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |