| Interface | Description |
|---|---|
| JobObserver |
Any object which wants to follow the progression of any instance of
UWSJob. |
| Class | Description |
|---|---|
| ErrorSummary |
This class gives a short description of the occurred error (if any) during a job execution.
|
| JobList |
General description
|
| JobPhase |
An instance of this class represents the current execution phase of a given
job, and it describes the transitions between the different phases.
|
| JobThread |
An instance of this class is a thread dedicated to a job execution.
|
| Result |
This class gives a short description (mainly an ID and a URL) of a job result.
|
| SerializableUWSObject |
This class defines the methods that an object of the UWS pattern must implement to be written in any format (by default, XML ; see
XMLSerializer). |
| UWSJob |
Brief description
|
| Enum | Description |
|---|---|
| ErrorType |
The possible types of an UWS error.
|
| ExecutionPhase |
A job is treated as a state machine where the Execution Phase is the job
state.
|
| JobDestructionPolicy |
Behavior to apply when a job destruction is asked.
|