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

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 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)


Copyright © 2007 BEA Systems All Rights Reserved.