|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<Cause>
oracle.as.scheduler.Cause
public enum Cause
Enumeration of job request terminal state causes This class provides a mapping between the cause code registered by the system and and a detailed (translatable) message.
| Enum Constant Summary | |
|---|---|
MANUAL_RECOVER_ERRORManual recovery |
|
METADATA_NOT_FOUNDMetadata not found |
|
NON_TERMINALDefault terminal state. |
|
OPERATOR_CANCELRequest was cancelled due to operator action. |
|
PARENT_NOT_PAUSEDParent request did not pause during its execution. |
|
POSTPROCESS_BIZ_ERRORBusiness error occurred during post-processing. |
|
POSTPROCESS_CANCELRequest was cancelled during post-processing. |
|
POSTPROCESS_ERRORApplication error occurred during post-processing. |
|
POSTPROCESS_SYSTEM_ERRORSystem error occurred during post-processing. |
|
POSTPROCESS_WARNINGApplication error occurred during post-processing. |
|
PREPROCESS_BIZ_ERRORBusiness error occurred during pre-processing. |
|
PREPROCESS_CANCELRequest was cancelled during pre-processing. |
|
PREPROCESS_ERRORApplication error occurred during pre-processing. |
|
PREPROCESS_INITIATE_CANCELRequest was cancelled by pre-processing callout handler. |
|
PREPROCESS_SYSTEM_ERRORSystem error occurred during pre-processing. |
|
PROCESS_BIZ_ERRORBusiness error occurred during request processing. |
|
PROCESS_CANCELRequest processing was cancelled. |
|
PROCESS_ERRORApplication error occurred during request processing. |
|
PROCESS_MANUAL_RECOVER_ERRORThe job indiciated there was an error during processing that requires the request to be recovered manually |
|
PROCESS_MANUAL_RECOVER_ERROR_FINALIZEThe job indiciated there was an error during processing that requires the request to be recovered manually |
|
PROCESS_RECOVERThe request could not be recovered. |
|
PROCESS_SUCCESSRequest processing was successful. |
|
PROCESS_SYSTEM_ERRORSystem error occurred during request processing. |
|
PROCESS_TIMED_OUTAsynchronous request has timed out. |
|
PROCESS_UNKNOWN_STATUSStatus of the request is unknown. |
|
PROCESS_UPDATE_BIZ_ERRORBusiness error occurred during update event processing. |
|
PROCESS_UPDATE_CANCELRequest processing was cancelled based on update event. |
|
PROCESS_UPDATE_ERRORApplication error occurred during update event processing . |
|
PROCESS_UPDATE_WARNINGApplication warning occurred during update event processing . |
|
PROCESS_WARNINGApplication warning occurred during request processing. |
|
RECOVER_CANCELRequest was cancelled during manual recovery. |
|
RECOVER_GROUP_CANCELRequest was cancelled during manual recovery when removing process group. |
|
REQUEST_AUTHORIZATION_FAILEDRequest execution authorzation failed. |
|
REQUEST_EXPIREDRequest expired. |
|
REQUEST_LOGIN_ERRORRequest submittor failed to login |
|
SYSTEM_ERRORSystem error occurred |
|
UNKNOWNUnknown or invalid cause |
|
VALIDATION_ERRORValidation error occurred |
|
| Method Summary | |
|---|---|
static Cause |
fromString(java.lang.String causeStr)Converts a stringified cause into a Cause object. |
static Cause |
getCause(int code)Gets the Cause for the associated code. |
int |
getCode()Gets the code for this cause. |
java.lang.String |
getDescription()Gets the description for this cause. |
static Cause |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Cause[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final Cause UNKNOWN
public static final Cause NON_TERMINAL
public static final Cause REQUEST_EXPIRED
public static final Cause REQUEST_LOGIN_ERROR
public static final Cause REQUEST_AUTHORIZATION_FAILED
public static final Cause SYSTEM_ERROR
public static final Cause VALIDATION_ERROR
public static final Cause METADATA_NOT_FOUND
public static final Cause OPERATOR_CANCEL
public static final Cause RECOVER_CANCEL
public static final Cause RECOVER_GROUP_CANCEL
public static final Cause PARENT_NOT_PAUSED
public static final Cause PREPROCESS_SYSTEM_ERROR
public static final Cause PREPROCESS_CANCEL
public static final Cause PREPROCESS_INITIATE_CANCEL
public static final Cause PREPROCESS_ERROR
public static final Cause PREPROCESS_BIZ_ERROR
public static final Cause PROCESS_WARNING
public static final Cause PROCESS_ERROR
public static final Cause PROCESS_CANCEL
public static final Cause PROCESS_SUCCESS
public static final Cause PROCESS_SYSTEM_ERROR
public static final Cause PROCESS_BIZ_ERROR
public static final Cause PROCESS_TIMED_OUT
public static final Cause PROCESS_UNKNOWN_STATUS
public static final Cause PROCESS_RECOVER
public static final Cause PROCESS_MANUAL_RECOVER_ERROR
public static final Cause PROCESS_MANUAL_RECOVER_ERROR_FINALIZE
public static final Cause POSTPROCESS_SYSTEM_ERROR
public static final Cause POSTPROCESS_CANCEL
public static final Cause POSTPROCESS_WARNING
public static final Cause POSTPROCESS_ERROR
public static final Cause POSTPROCESS_BIZ_ERROR
public static final Cause PROCESS_UPDATE_WARNING
public static final Cause PROCESS_UPDATE_ERROR
public static final Cause PROCESS_UPDATE_CANCEL
public static final Cause PROCESS_UPDATE_BIZ_ERROR
public static final Cause MANUAL_RECOVER_ERROR
| Method Detail |
|---|
public static Cause[] values()
for (Cause c : Cause.values())
System.out.println(c);
public static Cause valueOf(java.lang.String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getDescription()
public int getCode()
public static Cause getCause(int code)
code - the code for which the Cause is being requestedpublic static Cause fromString(java.lang.String causeStr)
causeStr -causeStr or Cause.Unknown if the conversion could not be made.
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||