|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UwsJobInfo
Describes the information about a UWS Job which can be retrieved from a UWS server by retrieving the job's <uws:job> element.
Nested Class Summary | |
---|---|
static interface |
UwsJobInfo.Error
Represents error information associated with a UWS job. |
static interface |
UwsJobInfo.Parameter
Represents a parameter associated with a UWS job. |
static interface |
UwsJobInfo.Result
Represents a result associated with a UWS job. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getJobId()
String getRunId()
String getOwnerId()
String getPhase()
UwsStage
String getQuote()
String getStartTime()
String getEndTime()
String getExecutionDuration()
String getDestruction()
UwsJobInfo.Parameter[] getParameters()
UwsJobInfo.Result[] getResults()
UwsJobInfo.Error getError()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |