Uses of Interface
gov.nasa.pds.tools.validate.task.Task
-
Packages that use Task Package Description gov.nasa.pds.tools.validate.task Defines client-independent processing interfaces and classes for background tasks. -
-
Uses of Task in gov.nasa.pds.tools.validate.task
Classes in gov.nasa.pds.tools.validate.task that implement Task Modifier and Type Class Description class
ValidationTask
Implements a background task for performing a validation.Methods in gov.nasa.pds.tools.validate.task with parameters of type Task Modifier and Type Method Description void
BlockingTaskManager. cancel(Task task)
void
TaskManager. cancel(Task task)
Requests to cancel the task.Task.Status
BlockingTaskManager. getStatus(Task task)
Task.Status
TaskManager. getStatus(Task task)
Gets the task status.void
BlockingTaskManager. remove(Task task)
void
TaskManager. remove(Task task)
Removes a task from the task manager.void
BlockingTaskManager. submit(Task task)
void
TaskManager. submit(Task task)
Submits a task to run in the background.
-