Uses of Enum Class
com.tangosol.util.RegistrationBehavior
Packages that use 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
Methods in com.tangosol.coherence.config.builder that return RegistrationBehaviorModifier and TypeMethodDescriptionNamedEventInterceptorBuilder.getRegistrationBehavior()
Returns the behavior upon duplicate registration.Methods in com.tangosol.coherence.config.builder with parameters of type RegistrationBehaviorModifier and TypeMethodDescriptionNamedEventInterceptorBuilder.setRegistrationBehavior
(RegistrationBehavior behavior) Specifies the behavior upon duplicate registration. -
Uses of RegistrationBehavior in com.tangosol.net.events
Methods in com.tangosol.net.events that return RegistrationBehaviorModifier and TypeMethodDescriptionNamedEventInterceptor.getBehavior()
Return theRegistrationBehavior
associated with this interceptor.Methods in com.tangosol.net.events with parameters of type RegistrationBehaviorModifier 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
.Constructors in com.tangosol.net.events with parameters of type RegistrationBehaviorModifierConstructorDescriptionNamedEventInterceptor
(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
Methods in com.tangosol.util that return RegistrationBehaviorModifier 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.Methods in com.tangosol.util with parameters of type RegistrationBehaviorModifier 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.