Interface | Description |
---|---|
TaskHandler |
Runs a specific task.
|
TaskManagement |
Service for managing tasks.
|
Class | Description |
---|---|
TaskTO |
Transfer object for a
Task . |
Exception | Description |
---|---|
InvalidInstanceException |
Thrown to indicate that a task management operation targets a task that is not running on the
current instance.
|
TaskAlreadyExistsException |
Thrown to indicate that a task with the same unique name already exists
|
TaskAlreadyRunningException |
Indicates that the task is already running.
|
TaskHandlerException |
Exception to be thrown by a task handler if the execution failed.
|
TaskManagementException |
Exception to be thrown in TaskManagement.
|
TaskNotActiveException |
Indicates that the task is not active.
|
TaskStatusException |
Exception to indicate that a task has not the expected status.
|
Copyright © 2019 Communote team. All rights reserved.