Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 7 (11.1.7)

E22563-07

oracle.apps.fnd.applcp.request.exec
Class CPPreProcessHandler

java.lang.Object
  extended by oracle.apps.fnd.applcp.request.exec.CPPreProcessHandler
All Implemented Interfaces:
oracle.as.scheduler.PreProcessHandler

public class CPPreProcessHandler
extends java.lang.Object
implements oracle.as.scheduler.PreProcessHandler

This class is invoked by ESS during the pre-processing stage just before execution begins. This class is used to setup/modify any Constrainable Property that, in general, affects the way the request is executed or affects the behavior of the program executable itself.

Ramkarthik

Constructor Summary
CPPreProcessHandler()
           
 
Method Summary
static java.util.Properties getEnvProps()
          Return envProps
 oracle.as.scheduler.HandlerAction preProcess(oracle.as.scheduler.RequestExecutionContext context, oracle.as.scheduler.RequestParameters params)
          Implement the preProcess() method in PreProcessHandler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPPreProcessHandler

public CPPreProcessHandler()
Method Detail

preProcess

public oracle.as.scheduler.HandlerAction preProcess(oracle.as.scheduler.RequestExecutionContext context,
                                                    oracle.as.scheduler.RequestParameters params)
Implement the preProcess() method in PreProcessHandler.

Specified by:
preProcess in interface oracle.as.scheduler.PreProcessHandler
Parameters:
requestID - the request id for which pre-processing is being run
properties - the properties associated with the request.
Returns:
whether the request execution should proceed, be delayed or errored.

getEnvProps

public static java.util.Properties getEnvProps()
                                        throws java.lang.Exception
Return envProps

Throws:
java.lang.Exception

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 7 (11.1.7)

E22563-07

Copyright © 2013 Oracle. All Rights Reserved.