|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.taplint.JobStage
public class JobStage
TapLint stage which submits and manipulates UWS jobs, mostly to check that the UWS operations are performing correctly.
Constructor Summary | |
---|---|
JobStage(MetadataHolder metaHolder,
long pollMillis)
Constructor. |
Method Summary | |
---|---|
String |
getDescription()
Returns a short one-line description of this stage. |
void |
run(Reporter reporter,
URL serviceUrl)
Performs the validation checks for this stage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobStage(MetadataHolder metaHolder, long pollMillis)
metaHolder
- supplies table metadata at run time so we know
what to querypollMillis
- number of milliseconds between polling attempts
when waiting for a normal job to completeMethod Detail |
---|
public String getDescription()
Stage
getDescription
in interface Stage
public void run(Reporter reporter, URL serviceUrl)
Stage
run
in interface Stage
reporter
- destination for validation messagesserviceUrl
- TAP service URL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |