Skip navigation links

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

E47890-01


com.tangosol.net.events
Class EventDispatcher.InterceptorRegistrationEvent.Type

java.lang.Object
  extended by java.lang.Enum
      extended by com.tangosol.net.events.EventDispatcher.InterceptorRegistrationEvent.Type

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
EventDispatcher.InterceptorRegistrationEvent

public static final class EventDispatcher.InterceptorRegistrationEvent.Type
extends java.lang.Enum

The InterceptorRegistrationEvent types.


Field Summary
static EventDispatcher.InterceptorRegistrationEvent.Type INSERTED
          An INSERTED event is raised after the EventInterceptor was successfully registered with the EventDispatcher.
static EventDispatcher.InterceptorRegistrationEvent.Type INSERTING
          An INSERTING event is raised prior to the EventInterceptor being registered with the EventDispatcher.
static EventDispatcher.InterceptorRegistrationEvent.Type REMOVED
          A REMOVED event is raised after the EventInterceptor was successfully removed from the EventDispatcher.

 

Method Summary
static EventDispatcher.InterceptorRegistrationEvent.Type valueOf(java.lang.String name)
           
static EventDispatcher.InterceptorRegistrationEvent.Type[] values()
           

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Field Detail

INSERTING

public static final EventDispatcher.InterceptorRegistrationEvent.Type INSERTING
An INSERTING event is raised prior to the EventInterceptor being registered with the EventDispatcher. This event provides an opportunity for an EventInterceptor to veto the registration or change the EventInterceptor that is ultimately registered with the EventDispatcher.

INSERTED

public static final EventDispatcher.InterceptorRegistrationEvent.Type INSERTED
An INSERTED event is raised after the EventInterceptor was successfully registered with the EventDispatcher. This is a post event thus the registration can not be veto'd nor can setInterceptor be invoked.

REMOVED

public static final EventDispatcher.InterceptorRegistrationEvent.Type REMOVED
A REMOVED event is raised after the EventInterceptor was successfully removed from the EventDispatcher. This is a post event thus the unregistration can not be veto'd nor can setInterceptor be invoked.

Method Detail

values

public static EventDispatcher.InterceptorRegistrationEvent.Type[] values()

valueOf

public static EventDispatcher.InterceptorRegistrationEvent.Type valueOf(java.lang.String name)

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.