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