|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| 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.annotation.Interceptor.Order
public static final class Interceptor.Order
This enum provides an indication of whether the EventInterceptor should request to be first in the chain of EventInterceptors, hence have a HIGH priority.
| Field Summary | |
|---|---|
static Interceptor.Order |
HIGHIndicates an intention to be higher in the chain of EventInterceptors. |
static Interceptor.Order |
LOWIndicates that the EventInterceptor is not concerned with where in the chain it resides. |
| Method Summary | |
|---|---|
static Interceptor.Order |
valueOf(java.lang.String name) |
static Interceptor.Order[] |
values() |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Field Detail |
|---|
public static final Interceptor.Order HIGH
EventInterceptors.public static final Interceptor.Order LOW
EventInterceptor is not concerned with where in the chain it resides.| Method Detail |
|---|
public static Interceptor.Order[] values()
public static Interceptor.Order valueOf(java.lang.String name)
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||