com.bea.wlrt.ede
Class RejectEventException.Reason

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlrt.ede.RejectEventException.Reason

public static final class RejectEventException.Reason
extends Enum

Enumeration representing the reason for rejecting the events:

See Also:
Serialized Form

Field Summary
static RejectEventException.Reason FULL
           
static RejectEventException.Reason LARGE_BATCH
           
static RejectEventException.Reason UNKOWN
           
 
Method Summary
static RejectEventException.Reason valueOf(String name)
           
static RejectEventException.Reason[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FULL

public static final RejectEventException.Reason FULL

LARGE_BATCH

public static final RejectEventException.Reason LARGE_BATCH

UNKOWN

public static final RejectEventException.Reason UNKOWN
Method Detail

values

public static final RejectEventException.Reason[] values()

valueOf

public static RejectEventException.Reason valueOf(String name)