Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

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

java.lang.Object
  extended by oracle.as.scheduler.cp.exec.ExecutableWrapper
      extended by 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
Author:
Ramkarthik Kalyanasundaram

Field Summary
 
Fields inherited from class oracle.as.scheduler.cp.exec.ExecutableWrapper
JAVA_RUNTIME_RESOURCE_BUNDLE_BASE_NAME, LOGGER_PREFIX
 
Constructor Summary
MLSExecutableWrapper()
           
 
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
 

Constructor Detail

MLSExecutableWrapper

public MLSExecutableWrapper()
Method Detail

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 request
params - 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()

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.