|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Enum
com.tangosol.net.events.EventDispatcher.InterceptorRegistrationEvent.Type
public static final class EventDispatcher.InterceptorRegistrationEvent.Type
The InterceptorRegistrationEvent types.
| Field Summary | |
|---|---|
static EventDispatcher.InterceptorRegistrationEvent.Type |
INSERTEDAn INSERTED event is raised after the EventInterceptor was successfully registered with the EventDispatcher. |
static EventDispatcher.InterceptorRegistrationEvent.Type |
INSERTINGAn INSERTING event is raised prior to the EventInterceptor being registered with the EventDispatcher. |
static EventDispatcher.InterceptorRegistrationEvent.Type |
REMOVEDA 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 |
|---|
public static final EventDispatcher.InterceptorRegistrationEvent.Type INSERTING
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.public static final EventDispatcher.InterceptorRegistrationEvent.Type INSERTED
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.public static final EventDispatcher.InterceptorRegistrationEvent.Type REMOVED
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 |
|---|
public static EventDispatcher.InterceptorRegistrationEvent.Type[] values()
public static EventDispatcher.InterceptorRegistrationEvent.Type valueOf(java.lang.String name)
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||