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

E22563-07

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

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

public class CPPostProcessHandler
extends java.lang.Object
implements oracle.as.scheduler.PostProcessHandler

This class performs some cleanup/maintenance related operations and is executed only if the overall processing of the request gets as far as the executable stage and it completes in terminal state.

Created: Fri Jun 22 09:49:52 2007

Version:
V1.0
Ramkarthik

Constructor Summary
CPPostProcessHandler()
           
 
Method Summary
 oracle.as.scheduler.HandlerAction doPostProcess(long requestID, oracle.as.scheduler.RequestParameters params, PostProcessorState inPPState)
           
 PostProcessState getLeast(PostProcessState r1, PostProcessState r2)
           
 oracle.as.scheduler.HandlerAction postProcess(oracle.as.scheduler.RequestExecutionContext context, oracle.as.scheduler.RequestParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPPostProcessHandler

public CPPostProcessHandler()
Method Detail

postProcess

public oracle.as.scheduler.HandlerAction postProcess(oracle.as.scheduler.RequestExecutionContext context,
                                                     oracle.as.scheduler.RequestParameters params)
Specified by:
postProcess in interface oracle.as.scheduler.PostProcessHandler

doPostProcess

public oracle.as.scheduler.HandlerAction doPostProcess(long requestID,
                                                       oracle.as.scheduler.RequestParameters params,
                                                       PostProcessorState inPPState)

getLeast

public PostProcessState getLeast(PostProcessState r1,
                                 PostProcessState r2)

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

E22563-07

Copyright © 2013 Oracle. All Rights Reserved.