public interface UwsJobInfo
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | UwsJobInfo.ErrorRepresents error information associated with a UWS job. | 
| static interface  | UwsJobInfo.ParameterRepresents a parameter associated with a UWS job. | 
| static interface  | UwsJobInfo.ResultRepresents a result associated with a UWS job. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDestruction()Returns this job's destruction time. | 
| String | getEndTime()Returns this job's end time, if it's ended. | 
| UwsJobInfo.Error | getError()Returns any error information associated with this job. | 
| String | getExecutionDuration()Returns the maximum wall-clock time that this job is permitted to
 run for, in seconds. | 
| String | getJobId()Returns this job's ID, unique for this UWS service. | 
| String | getOwnerId()Returns this job's owner ID, blank unless authentication is in use. | 
| UwsJobInfo.Parameter[] | getParameters()Returns the list of parameter objects associated with this job. | 
| String | getPhase()Returns this job's current phase. | 
| String | getQuote()Returns this job's quoted completion time, if any. | 
| UwsJobInfo.Result[] | getResults()Returns the list of result objects associted with this job. | 
| String | getRunId()Returns this job's run ID, often left blank. | 
| String | getStartTime()Returns this job's start time, if it's started. | 
| String | getUwsVersion()Returns the version of UWS with which this job identifies itself. | 
String getUwsVersion()
version attribute is
 absent from the <job> start tag; that ought to indicate
 that version 1.0 is in use.version attribute
           in <job> elementString getJobId()
String getRunId()
String getOwnerId()
String getQuote()
String getStartTime()
String getEndTime()
String getExecutionDuration()
String getDestruction()
UwsJobInfo.Parameter[] getParameters()
UwsJobInfo.Result[] getResults()
UwsJobInfo.Error getError()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.