|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EssConstants.EssExecCtxKey>
oracle.as.scheduler.EssConstants.EssExecCtxKey
public static enum EssConstants.EssExecCtxKey
Enum of the key name for parameters added by ESS to DMS
ExecutionContext for logging purposes.
| Enum Constant Summary | |
|---|---|
ESS_JobMetadataID
Job metadata ID |
|
ESS_Module
Name of key used to identify the ESS resource adapter module in a {key,value} pair in an ExecutionContext. |
|
ESS_RequestID
Name of key used to save the ESS request id in a {key,value} pair in an ExecutionContext. |
|
| Method Summary | |
|---|---|
static EssConstants.EssExecCtxKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EssConstants.EssExecCtxKey[] |
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 EssConstants.EssExecCtxKey ESS_RequestID
ExecutionContext.
The parameter value will be an ESS request identifier.
public static final EssConstants.EssExecCtxKey ESS_Module
ExecutionContext.
The parameter value will be the string represention of
EssModule.
public static final EssConstants.EssExecCtxKey ESS_JobMetadataID
| Method Detail |
|---|
public static EssConstants.EssExecCtxKey[] values()
for (EssConstants.EssExecCtxKey c : EssConstants.EssExecCtxKey.values()) System.out.println(c);
public static EssConstants.EssExecCtxKey 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 name
java.lang.NullPointerException - if the argument is null
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||