|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroupListener
oracle.apps.fnd.applcore.flex.deployment.FlexfieldDeploymentController.FlexDeployModelerTaskGroupListener
protected class FlexfieldDeploymentController.FlexDeployModelerTaskGroupListener
| Constructor Summary | |
|---|---|
protected |
FlexfieldDeploymentController.FlexDeployModelerTaskGroupListener()
|
| Method Summary | |
|---|---|
void |
performBegin(ModelerTaskGroup.ExecutionContext context)
Invoked by perform()in the beginning of the method. |
void |
taskBegin(int index,
ModelerTask task)
Invoked by perform() when a task is about to begin. |
void |
taskEnd(int index,
ModelerTask task)
Invoked by perform() after a task has been performed. |
void |
taskInterrupted(int index,
ModelerTask task,
java.lang.Throwable cause)
Invoked when a task is interrupted. |
| Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroupListener |
|---|
notifyActionPerformed, notifyActionPerformed, notifyOverallProgress, notifyTaskFinished, notifyTaskInterrupted, notifyTaskStarting, performEnd |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FlexfieldDeploymentController.FlexDeployModelerTaskGroupListener()
| Method Detail |
|---|
public void performBegin(ModelerTaskGroup.ExecutionContext context)
ModelerTaskGroupListenerperform()in the beginning of the method. If any
exception is thrown, perform() will be interrupted.
performBegin in class ModelerTaskGroupListenercontext - the execution contextModelerTaskGroup.perform()
public void taskBegin(int index,
ModelerTask task)
ModelerTaskGroupListenerperform() when a task is about to begin. The
thread that performs the task will wait until this method returns or throws
an exception. If an exception is thrown by this method,
taskInterrupted will be invoked and the task will not be
performed.
taskBegin in class ModelerTaskGroupListenerindex - the task indextask - the task
public void taskEnd(int index,
ModelerTask task)
ModelerTaskGroupListenerperform() after a task has been performed. If this
method throws a runtime exception, the exception may be logged but will not
stop other tasks from being executed. If all tasks are performed in a
single thread, the thread will not start another task until this method
returns or throws an exception.
taskEnd in class ModelerTaskGroupListenerindex - the task indextask - the task
public void taskInterrupted(int index,
ModelerTask task,
java.lang.Throwable cause)
ModelerTaskGroupListener
taskInterrupted in class ModelerTaskGroupListenerindex - the task indextask - the taskcause - the cause of the interruption
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||