Uses of Class
com.tangosol.util.RegistrationBehavior
-
Packages that use RegistrationBehavior Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.net.events Contains classes related to the Coherence Live Event Model.com.tangosol.util Contains various generic utilities. -
-
Uses of RegistrationBehavior in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return RegistrationBehavior Modifier and Type Method Description RegistrationBehavior
NamedEventInterceptorBuilder. getRegistrationBehavior()
Returns the behavior upon duplicate registration.Methods in com.tangosol.coherence.config.builder with parameters of type RegistrationBehavior Modifier and Type Method Description NamedEventInterceptorBuilder
NamedEventInterceptorBuilder. 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 RegistrationBehavior Modifier and Type Method Description RegistrationBehavior
NamedEventInterceptor. getBehavior()
Return theRegistrationBehavior
associated with this interceptor.Methods in com.tangosol.net.events with parameters of type RegistrationBehavior Modifier and Type Method Description String
InterceptorRegistry. registerEventInterceptor(EventInterceptor<?> interceptor, RegistrationBehavior behavior)
Register anEventInterceptor
uniquely identified based on the presence of anannotation
or default to the fully qualified class name.String
InterceptorRegistry. registerEventInterceptor(String sIdentifier, EventInterceptor<?> interceptor, RegistrationBehavior behavior)
Register a uniquely identifiedEventInterceptor
.Constructors in com.tangosol.net.events with parameters of type RegistrationBehavior Constructor Description NamedEventInterceptor(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 RegistrationBehavior Modifier and Type Method Description static RegistrationBehavior
RegistrationBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegistrationBehavior[]
RegistrationBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tangosol.util with parameters of type RegistrationBehavior Modifier and Type Method Description <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.
-