com.bea.wlrt.ede
Class RejectStreamingEventException.Reason

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

public static final class RejectStreamingEventException.Reason
extends Enum

See Also:
Serialized Form

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

LARGE_BATCH

public static final RejectStreamingEventException.Reason LARGE_BATCH

UNKOWN

public static final RejectStreamingEventException.Reason UNKOWN
Method Detail

values

public static final RejectStreamingEventException.Reason[] values()

valueOf

public static RejectStreamingEventException.Reason valueOf(String name)