Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Enum EssConstants.EssExecCtxKey

java.lang.Object
  extended by java.lang.Enum<EssConstants.EssExecCtxKey>
      extended by oracle.as.scheduler.EssConstants.EssExecCtxKey

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EssConstants.EssExecCtxKey>
Enclosing class:
EssConstants

public static enum EssConstants.EssExecCtxKey
extends java.lang.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

ESS_RequestID

public static final EssConstants.EssExecCtxKey ESS_RequestID
Name of key used to save the ESS request id in a {key,value} pair in an ExecutionContext. The parameter value will be an ESS request identifier.

ESS_Module

public static final EssConstants.EssExecCtxKey ESS_Module
Name of key used to identify the ESS resource adapter module in a {key,value} pair in an ExecutionContext. The parameter value will be the string represention of EssModule.

ESS_JobMetadataID

public static final EssConstants.EssExecCtxKey ESS_JobMetadataID
Job metadata ID

Method Detail

values

public static EssConstants.EssExecCtxKey[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EssConstants.EssExecCtxKey c : EssConstants.EssExecCtxKey.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EssConstants.EssExecCtxKey valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.