Skip navigation links

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

E47890-01


com.tangosol.net.events.annotation
Class Interceptor.Order

java.lang.Object
  extended by java.lang.Enum
      extended by com.tangosol.net.events.annotation.Interceptor.Order

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

public static final class Interceptor.Order
extends java.lang.Enum

This enum provides an indication of whether the EventInterceptor should request to be first in the chain of EventInterceptors, hence have a HIGH priority.

Since:
12.1.2
Author:
hr 2011.10.05

Field Summary
static Interceptor.Order HIGH
          Indicates an intention to be higher in the chain of EventInterceptors.
static Interceptor.Order LOW
          Indicates 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

HIGH

public static final Interceptor.Order HIGH
Indicates an intention to be higher in the chain of EventInterceptors.

LOW

public static final Interceptor.Order LOW
Indicates that the EventInterceptor is not concerned with where in the chain it resides.

Method Detail

values

public static Interceptor.Order[] values()

valueOf

public static Interceptor.Order 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.