|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Enum | +--com.bea.wlevs.ede.api.EventRejectedException.Reason
Enumeration representing the reason for rejecting the events:
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 |
public static final EventRejectedException.Reason FULL
public static final EventRejectedException.Reason LARGE_BATCH
public static final EventRejectedException.Reason UNKOWN
Method Detail |
public static final EventRejectedException.Reason[] values()
public static EventRejectedException.Reason valueOf(String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |