Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler
Class EssConstants

java.lang.Object
  extended by oracle.as.scheduler.EssConstants


public class EssConstants
extends java.lang.Object

This class defines constants used by Enterprise Scheduler Service (ESS).

Since:
AS 11R1
Version:
$Header: ess/src/oracle/as/scheduler/EssConstants.java /main/8 2010/07/23 17:51:15 giglee Exp $
Author:
chall

Nested Class Summary
static class EssConstants.EssExecCtxKey
          Enum of the key name for parameters added by ESS to DMS ExecutionContext for logging purposes.
static class EssConstants.EssModule
          Enum of parameter values for ESS_Module.

 

Field Summary
static java.lang.String ESS_ADHOC_PERMISSION_NAME
          Name of the pseudo-MetadataObjectId name used for managing access control for ad-hoc submission requests.
static java.lang.String ESS_LOGGER_NAME
          Name of the ESS logger.

 

Constructor Summary
EssConstants()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ESS_LOGGER_NAME

public static final java.lang.String ESS_LOGGER_NAME
Name of the ESS logger. The is the default logger name used by the ESS runtime, resource adapter, and so on.
See Also:
Constant Field Values

ESS_ADHOC_PERMISSION_NAME

public static final java.lang.String ESS_ADHOC_PERMISSION_NAME
Name of the pseudo-MetadataObjectId name used for managing access control for ad-hoc submission requests.
See Also:
Constant Field Values

Constructor Detail

EssConstants

public EssConstants()

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.