Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.events
Interface EventDispatcher.InterceptorRegistrationEvent

All Superinterfaces:
Event
Enclosing interface:
EventDispatcher

public static interface EventDispatcher.InterceptorRegistrationEvent
extends Event

An InterceptorRegistrationEvent allows EventInterceptors to observe other EventInterceptors being added or removed from an EventDispatcher instance.

Since:
Coherence 12.1.2
See Also:
EventDispatcher.InterceptorRegistrationEvent.Type

Nested Class Summary
static class EventDispatcher.InterceptorRegistrationEvent.Type
          The InterceptorRegistrationEvent types.

 

Method Summary
 java.util.Set getEventTypes()
          Return the Event Types the EventInterceptor being registered will intercept.
 java.lang.String getIdentifier()
          Return the identifier the EventInterceptor was registered with.
 EventInterceptor getInterceptor()
          Return the EventInterceptor that is either: in the process of registering has been registered has been removed
 void setInterceptor(EventInterceptor incptr)
          Set the EventInterceptor that should be registered in place of the EventInterceptor originally being registered.

 

Methods inherited from interface com.tangosol.net.events.Event
getDispatcher, getType, nextInterceptor

 

Method Detail

getIdentifier

java.lang.String getIdentifier()
Return the identifier the EventInterceptor was registered with.
Returns:
the identifier the EventInterceptor was registered with

getEventTypes

java.util.Set getEventTypes()
Return the Event Types the EventInterceptor being registered will intercept. As this event is emitted under the scope of an EventDispatcher, these event types will either be the entire set or subset of supported types on the EventDispatcher.
Returns:
the Event Types the EventInterceptor will intercept

getInterceptor

EventInterceptor getInterceptor()
Return the EventInterceptor that is either:
  1. in the process of registering
  2. has been registered
  3. has been removed
Returns:
the EventInterceptor being un/registered

setInterceptor

void setInterceptor(EventInterceptor incptr)
Set the EventInterceptor that should be registered in place of the EventInterceptor originally being registered.
Parameters:
incptr - the EventInterceptor that should be registered

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.