Package | Description |
---|---|
gov.nasa.pds.tools.validate.task |
Defines client-independent processing interfaces and
classes for background tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationTask
Implements a background task for performing a validation.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskManager.cancel(Task task)
Requests to cancel the task.
|
Task.Status |
TaskManager.getStatus(Task task)
Gets the task status.
|
void |
TaskManager.remove(Task task)
Removes a task from the task manager.
|
void |
TaskManager.submit(Task task)
Submits a task to run in the background.
|
Copyright © 2010–2016 Planetary Data System. All rights reserved.