Interface | Description |
---|---|
ITaskService |
The task should always be referenced with the taskId in the Wicket page, so there is no public
getTask(...) method!
|
Class | Description |
---|---|
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 | Description |
---|---|
Task.Message.Severity |
The severity of the message
|
Copyright © 2015. All rights reserved.