|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| ITaskService | The task should always be referenced with the taskId in the Wicket page, so there is no public getTask(...) method! |
| Class Summary | |
|---|---|
| AsynchronousExecutor | Simple wrapper around java.util.concurrent Executors. |
| Task | A Task is some kind of long running action that should be done in the background. |
| Task.Message | Message is a value object for messages during task runtime. |
| TaskProgressionModel | Use this as a model for a ProgressBar, if tasks are submitted to the task service. |
| TaskService | Should be registered as SESSION scoped bean to prevent memory leaks with unfinished tasks. |
| Enum Summary | |
|---|---|
| Task.Message.Severity | The severity of the message |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||