| Class | Description |
|---|---|
| ClientTaskHandler |
The
ClientTaskHandler provides a method ClientTaskHandler.runOnClient(TaskTO) that will be
executed for each client for a TaskTO. |
| DeleteOrphanedAttachmentsTaskHandler | |
| RunScheduledTasksJob |
Looks for tasks to be run and schedules the execution of the handlers these tasks.
|
| RunTaskHandlerJob |
Executes the given TaskHandler.
|
| ServiceTaskHandler |
Empty task handler for services.
|
| TaskExecutionCleaner |
Tool to clean up tasks that couldn't be stopped or marked as failed at the end of the task
execution for instance because of missing DB connections.
|
| TaskExecutionCleanupJob |
Job to trigger the
TaskExecutionCleaner. |
| TaskManagementImpl |
Management class for tasks.
|
| TaskScheduledEvent |
Event to inform about a new task that was added to the task store or when a pending task was
rescheduled.
|
| TaskSchedulingContext |
Object holding some data which the
RunScheduledTasksJob needs for scheduling the task
handlers. |
Copyright © 2019 Communote team. All rights reserved.