public interface UwsJobInfo
Modifier and Type | Interface | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDestruction() |
Returns this job's destruction time.
|
java.lang.String |
getEndTime() |
Returns this job's end time, if it's ended.
|
UwsJobInfo.Error |
getError() |
Returns any error information associated with this job.
|
java.lang.String |
getExecutionDuration() |
Returns the maximum wall-clock time that this job is permitted to
run for, in seconds.
|
java.lang.String |
getJobId() |
Returns this job's ID, unique for this UWS service.
|
java.lang.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.
|
java.lang.String |
getPhase() |
Returns this job's current phase.
|
java.lang.String |
getQuote() |
Returns this job's quoted completion time, if any.
|
UwsJobInfo.Result[] |
getResults() |
Returns the list of result objects associted with this job.
|
java.lang.String |
getRunId() |
Returns this job's run ID, often left blank.
|
java.lang.String |
getStartTime() |
Returns this job's start time, if it's started.
|
java.lang.String |
getUwsVersion() |
Returns the version of UWS with which this job identifies itself.
|
java.lang.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>
elementjava.lang.String getJobId()
java.lang.String getRunId()
java.lang.String getOwnerId()
java.lang.String getPhase()
UwsStage
java.lang.String getQuote()
java.lang.String getStartTime()
java.lang.String getEndTime()
java.lang.String getExecutionDuration()
java.lang.String getDestruction()
UwsJobInfo.Parameter[] getParameters()
UwsJobInfo.Result[] getResults()
UwsJobInfo.Error getError()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.