Uses of Enum Class
com.tangosol.util.RegistrationBehavior
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes related to the Coherence Live Event Model.
Contains various generic utilities.
-
Uses of RegistrationBehavior in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionNamedEventInterceptorBuilder.getRegistrationBehavior()
Returns the behavior upon duplicate registration.Modifier and TypeMethodDescriptionNamedEventInterceptorBuilder.setRegistrationBehavior
(RegistrationBehavior behavior) Specifies the behavior upon duplicate registration. -
Uses of RegistrationBehavior in com.tangosol.net.events
Modifier and TypeMethodDescriptionNamedEventInterceptor.getBehavior()
Return theRegistrationBehavior
associated with this interceptor.Modifier and TypeMethodDescriptionInterceptorRegistry.registerEventInterceptor
(EventInterceptor<?> interceptor, RegistrationBehavior behavior) Register anEventInterceptor
uniquely identified based on the presence of anannotation
or default to the fully qualified class name.InterceptorRegistry.registerEventInterceptor
(String sIdentifier, EventInterceptor<?> interceptor, RegistrationBehavior behavior) Register a uniquely identifiedEventInterceptor
.ModifierConstructorDescriptionNamedEventInterceptor
(String sName, EventInterceptor<E> interceptor, RegistrationBehavior behavior) Construct a NamedEventInterceptor for the specified interceptor and unique identifier.NamedEventInterceptor
(String sName, EventInterceptor<E> interceptor, String sCacheName, String sServiceName, Interceptor.Order order, RegistrationBehavior behavior) Construct a NamedEventInterceptor for the specified interceptor.NamedEventInterceptor
(String sName, EventInterceptor<E> interceptor, String sCacheName, String sServiceName, Interceptor.Order order, RegistrationBehavior behavior, Set<Enum> setEventTypes) Construct a NamedEventInterceptor for the specified interceptor. -
Uses of RegistrationBehavior in com.tangosol.util
Modifier and TypeMethodDescriptionstatic RegistrationBehavior
Returns the enum constant of this class with the specified name.static RegistrationBehavior[]
RegistrationBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<R> String
NullImplementation.NullResourceRegistry.registerResource
(Class<R> clzResource, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer) <R> String
NullImplementation.NullResourceRegistry.registerResource
(Class<R> clzResource, String sResourceName, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer) <R> String
ResourceRegistry.registerResource
(Class<R> clzResource, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer) Registers a resource according to the specifiedRegistrationBehavior
.<R> String
ResourceRegistry.registerResource
(Class<R> clzResource, String sResourceName, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer) Registers a resource according to the specifiedRegistrationBehavior
.<R> String
SimpleResourceRegistry.registerResource
(Class<R> clzResource, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer) Registers a resource according to the specifiedRegistrationBehavior
.<R> String
SimpleResourceRegistry.registerResource
(Class<R> clzResource, String sResourceName, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer) Registers a resource according to the specifiedRegistrationBehavior
.void
SimpleResourceRegistry.registerResources
(ResourceRegistry registry, RegistrationBehavior behavior) Register all the resources contained in this registry with the target registry.