Skip navigation links

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

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


com.bea.wlevs.ede.api
Class EventRejectedException.Reason

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.ede.api.EventRejectedException.Reason

public static final class EventRejectedException.Reason
extends java.lang.Enum

Reason for application to reject the event(s)

See Also:
Serialized Form

Field Summary
static EventRejectedException.Reason FULL
           
static EventRejectedException.Reason LARGE_BATCH
           
static EventRejectedException.Reason UNKNOWN
           

 

Method Summary
static EventRejectedException.Reason valueOf(java.lang.String name)
           
static EventRejectedException.Reason[] 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

FULL

public static final EventRejectedException.Reason FULL

LARGE_BATCH

public static final EventRejectedException.Reason LARGE_BATCH

UNKNOWN

public static final EventRejectedException.Reason UNKNOWN

Method Detail

values

public static EventRejectedException.Reason[] values()

valueOf

public static EventRejectedException.Reason valueOf(java.lang.String name)

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