oracle.apps.fnd.applcp.request.exec
Class CPPostProcessHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPPostProcessHandler
public CPPostProcessHandler()
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)
Copyright © 2013 Oracle. All Rights Reserved.