| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationBehavior |
NamedEventInterceptorBuilder.getRegistrationBehavior()
Returns the behavior upon duplicate registration.
|
| Modifier and Type | Method and Description |
|---|---|
NamedEventInterceptorBuilder |
NamedEventInterceptorBuilder.setRegistrationBehavior(RegistrationBehavior behavior)
Specifies the behavior upon duplicate registration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
InterceptorRegistry.registerEventInterceptor(EventInterceptor<?> interceptor, RegistrationBehavior behavior)
Register an
EventInterceptor uniquely identified based on the presence of an annotation or default to the fully qualified class name. |
String |
InterceptorRegistry.registerEventInterceptor(String sIdentifier, EventInterceptor<?> interceptor, RegistrationBehavior behavior)
Register a uniquely identified
EventInterceptor. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
<R> String |
NullImplementation.NullResourceRegistry.registerResource(Class<R> clzResource, 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 specified
RegistrationBehavior. |
<R> String |
SimpleResourceRegistry.registerResource(Class<R> clzResource, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer)
Registers a resource according to the specified
RegistrationBehavior. |
<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, String sResourceName, Builder<? extends R> bldrResource, RegistrationBehavior behavior, ResourceRegistry.ResourceLifecycleObserver<R> observer)
Registers a resource according to the specified
RegistrationBehavior. |
<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 specified
RegistrationBehavior. |