|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.task.AbstractTask
org.databene.task.CompositeTask
org.databene.task.SequentialTask
public class SequentialTask
Task implementation that executes a series of other tasks consecutively.
Created at 24.07.2009 06:32:43
| Field Summary |
|---|
| Fields inherited from class org.databene.task.CompositeTask |
|---|
subTasks |
| Fields inherited from class org.databene.task.AbstractTask |
|---|
taskName |
| Constructor Summary | |
|---|---|
SequentialTask(Task... subTasks)
|
|
| Method Summary | |
|---|---|
TaskResult |
execute(Context context,
ErrorHandler errorHandler)
Executes the task's work, possibly interacting with the context. |
protected TaskResult |
runSubTask(Task subTask,
Context context,
ErrorHandler errorHandler)
|
| Methods inherited from class org.databene.task.CompositeTask |
|---|
addSubTask, close, getSubTasks |
| Methods inherited from class org.databene.task.AbstractTask |
|---|
getTaskName, isParallelizable, isThreadSafe, pageFinished, setTaskName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SequentialTask(Task... subTasks)
| Method Detail |
|---|
public TaskResult execute(Context context,
ErrorHandler errorHandler)
Task
protected TaskResult runSubTask(Task subTask,
Context context,
ErrorHandler errorHandler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||