|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTask | |
|---|---|
| org.databene.platform.file | |
| org.databene.task | Task definition and execution framework. |
| Uses of AbstractTask in org.databene.platform.file |
|---|
| Subclasses of AbstractTask in org.databene.platform.file | |
|---|---|
class |
FileDeleter
Deletes one or more files. |
class |
FileJoiner
Joins several source files into a destination file. |
| Uses of AbstractTask in org.databene.task |
|---|
| Subclasses of AbstractTask in org.databene.task | |
|---|---|
class |
CompositeTask
Parent class for a Task that wrap several other Tasks. |
class |
RunnableTask
Wraps a Runnable in a Task. |
class |
SequentialTask
Task implementation that executes a series of other tasks consecutively. |
class |
StateTrackingTaskProxy<E extends Task>
Task proxy that remembers the result of the last execution step and provides it as property available. |
class |
SynchronizedTask
TaskProxy implementation that add thread-safety to an unsafe
Task by synchronizing the method Task.execute(Context, ErrorHandler). |
class |
TaskProxy<E extends Task>
Wraps a Task and forwards invocations. |
class |
TimedTask<E extends Task>
Wraps a Task and logs its execution time. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||