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 Enum

Enumeration representing the reason for rejecting the events:

See Also:
Serialized Form

Field Summary
static EventRejectedException.Reason FULL
           
static EventRejectedException.Reason LARGE_BATCH
           
static EventRejectedException.Reason UNKOWN
           
 
Method Summary
static EventRejectedException.Reason valueOf(String name)
           
static EventRejectedException.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 EventRejectedException.Reason FULL

LARGE_BATCH

public static final EventRejectedException.Reason LARGE_BATCH

UNKOWN

public static final EventRejectedException.Reason UNKOWN
Method Detail

values

public static final EventRejectedException.Reason[] values()

valueOf

public static EventRejectedException.Reason valueOf(String name)