Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler.substitution
Interface ReqParamCtxtSubstitutionHandler

All Superinterfaces:
SubstitutionHandler
All Known Implementing Classes:
RequestContextSubstitutionHandler, RequestParamSubstitutionHandler

public interface ReqParamCtxtSubstitutionHandler
extends SubstitutionHandler

Interface for handlers used by ReqParamCtxtSubstitutor.

Since:
release specific (what release of product did this appear in)
Version:
$Header: ess/src/oracle/as/scheduler/substitution/ReqParamCtxtSubstitutionHandler.java /main/3 2008/07/15 12:10:43 cfuentes Exp $
Author:
cfuentes
See Also:
ReqParamCtxtSubstitutor, RequestParameters

Method Summary
 void initialize(RequestExecutionContext context, RequestParameters requestParams)
          Used to pass the data that the handlers may use for their internal logic.
 
Methods inherited from interface oracle.as.scheduler.substitution.SubstitutionHandler
close, containsKey, get, getId
 

Method Detail

initialize

void initialize(RequestExecutionContext context,
                RequestParameters requestParams)
Used to pass the data that the handlers may use for their internal logic.

Parameters:
context - The execution context to be used for substitution.
requestParams - The request parameters from which to extract data.

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.