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.cp.exec
Class RequestInfoMap

java.lang.Object
  extended by oracle.as.scheduler.cp.exec.RequestInfoMap


public class RequestInfoMap
extends java.lang.Object

This class holds the ThreadLocal map that is used to store references to various utility objects that are useful during the execution lifecycle of a request. This class should never be referenced directly. It is considered strictly INTERNAL. ang? Why not make this package scope. this would require us to collapse exec.helper package classes into exec package Created: Fri Mar 9 10:11:25 2007

Version:
1.0

Field Summary
static java.lang.String ALL_PARAMETERS
          Constant representing ConstrainableProperties in RequestInfoMap.
static java.lang.String CP_LOGGER
          Constant representing the odl logger in RequestInfoMap.
static java.lang.String LOG_FILE
          Constant representing the current request's log file in RequestInfoMap.
static java.lang.String OUT_FILE
          Constant representing the current request's default out file in RequestInfoMap.
static java.lang.String PARAMETERS
          Constant representing job parameters and values in RequestInfoMap.
static java.lang.String REQUEST_ID
          Constant representing the current request's id in RequestInfoMap.

 

Constructor Summary
RequestInfoMap()
           

 

Method Summary
static void clear()
          Remove all the key,value pairs in the Map.
static java.lang.Object get(java.lang.String key)
          Retrieve an object value by requesting it using a key.
static java.util.Iterator getValueIterator()
          Get the iterator for the objects stored in the Map.
static void put(java.lang.String key, java.lang.Object value)
          Put a key,value pair into the Map.

 

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

 

Field Detail

ALL_PARAMETERS

public static final java.lang.String ALL_PARAMETERS
Constant representing ConstrainableProperties in RequestInfoMap.
See Also:
Constant Field Values

PARAMETERS

public static final java.lang.String PARAMETERS
Constant representing job parameters and values in RequestInfoMap.
See Also:
Constant Field Values

LOG_FILE

public static final java.lang.String LOG_FILE
Constant representing the current request's log file in RequestInfoMap.
See Also:
Constant Field Values

OUT_FILE

public static final java.lang.String OUT_FILE
Constant representing the current request's default out file in RequestInfoMap.
See Also:
Constant Field Values

REQUEST_ID

public static final java.lang.String REQUEST_ID
Constant representing the current request's id in RequestInfoMap.
See Also:
Constant Field Values

CP_LOGGER

public static final java.lang.String CP_LOGGER
Constant representing the odl logger in RequestInfoMap.
See Also:
Constant Field Values

Constructor Detail

RequestInfoMap

public RequestInfoMap()

Method Detail

put

public static void put(java.lang.String key,
                       java.lang.Object value)
Put a key,value pair into the Map.
Parameters:
key - a string key
value - an object

get

public static java.lang.Object get(java.lang.String key)
Retrieve an object value by requesting it using a key. Returns null if the key is not found.
Parameters:
key - a string key
Returns:
the corresponding stored object

clear

public static void clear()
Remove all the key,value pairs in the Map.

getValueIterator

public static java.util.Iterator getValueIterator()
Get the iterator for the objects stored in the Map.
Returns:
the values iterator

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.