oracle.apps.fnd.applcp.request.exec
Class MLSExecutableWrapper
java.lang.Object
oracle.as.scheduler.cp.exec.ExecutableWrapper
oracle.apps.fnd.applcp.request.exec.MLSExecutableWrapper
- All Implemented Interfaces:
- oracle.as.scheduler.Cancellable, oracle.as.scheduler.Executable
public class MLSExecutableWrapper
- extends oracle.as.scheduler.cp.exec.ExecutableWrapper
This class extends ExecutableWrapper and sets some parameters that are
specific to a java MLS request.
Created: Thu Mar 22 14:16:57 2007
- Version:
- 1.0
| Fields inherited from class oracle.as.scheduler.cp.exec.ExecutableWrapper |
JAVA_RUNTIME_RESOURCE_BUNDLE_BASE_NAME, LOGGER_PREFIX |
|
Method Summary |
void |
execute(oracle.as.scheduler.RequestExecutionContext context,
oracle.as.scheduler.RequestParameters params)
Implement the execute() method in Executable. |
protected void |
initOLog()
|
| Methods inherited from class oracle.as.scheduler.cp.exec.ExecutableWrapper |
cancel, canLog, init |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MLSExecutableWrapper
public MLSExecutableWrapper()
execute
public void execute(oracle.as.scheduler.RequestExecutionContext context,
oracle.as.scheduler.RequestParameters params)
throws oracle.as.scheduler.ExecutionErrorException,
oracle.as.scheduler.ExecutionWarningException,
oracle.as.scheduler.ExecutionCancelledException,
oracle.as.scheduler.ExecutionPausedException
- Implement the execute() method in Executable.
- Specified by:
execute in interface oracle.as.scheduler.Executable- Overrides:
execute in class oracle.as.scheduler.cp.exec.ExecutableWrapper
- Parameters:
context - the context of this requestparams - the parameters associated with this request
- Throws:
oracle.as.scheduler.ExecutionErrorException - if an error occurs during execution
oracle.as.scheduler.ExecutionWarningException - if a warning occurs during execution
oracle.as.scheduler.ExecutionCancelledException - if the request is cancelled for
any reason
oracle.as.scheduler.ExecutionPausedException
initOLog
protected void initOLog()
Copyright © 2012 Oracle. All Rights Reserved.