|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 7 (11.1.7) E22563-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.applcp.request.exec.CPPreProcessHandler
public class CPPreProcessHandler
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.
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 |
---|
public CPPreProcessHandler()
Method Detail |
---|
public oracle.as.scheduler.HandlerAction preProcess(oracle.as.scheduler.RequestExecutionContext context, oracle.as.scheduler.RequestParameters params)
preProcess
in interface oracle.as.scheduler.PreProcessHandler
requestID
- the request id for which pre-processing is being runproperties
- the properties associated with the request.
public static java.util.Properties getEnvProps() throws java.lang.Exception
java.lang.Exception
|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 7 (11.1.7) E22563-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |