Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.channel
Class RejectionPolicy

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.channel.RejectionPolicy

public final class RejectionPolicy
extends java.lang.Enum

Rejection policies for events when stream reaches max size.

See Also:
Serialized Form

Field Summary
static RejectionPolicy BLOCK_CALLER
          Execute event handling in caller's thread, essentially blocking caller.
static RejectionPolicy DROP_OLDEST
          Drop oldest event in stream, and then re-attempt to execute new new (latest) event.

 

Method Summary
static RejectionPolicy valueOf(java.lang.String name)
           
static RejectionPolicy[] values()
           

 

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

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

BLOCK_CALLER

public static final RejectionPolicy BLOCK_CALLER
Execute event handling in caller's thread, essentially blocking caller.

DROP_OLDEST

public static final RejectionPolicy DROP_OLDEST
Drop oldest event in stream, and then re-attempt to execute new new (latest) event.

Method Detail

values

public static RejectionPolicy[] values()

valueOf

public static RejectionPolicy valueOf(java.lang.String name)

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD