|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskProxy | |
|---|---|
| org.databene.task | Task definition and execution framework. |
| Uses of TaskProxy in org.databene.task |
|---|
| Subclasses of TaskProxy in org.databene.task | |
|---|---|
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 |
TimedTask<E extends Task>
Wraps a Task and logs its execution time. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||