public interface TapResultProducer
Modifier and Type | Method | Description |
---|---|---|
uk.ac.starlink.table.StarTable |
waitForResult(uk.ac.starlink.vo.UwsJob tapJob) |
Waits until the TAP query has completed, and then either returns
the output table or throws an appropriate error.
|
uk.ac.starlink.table.StarTable waitForResult(uk.ac.starlink.vo.UwsJob tapJob) throws java.io.IOException
tapJob
- UWS job representing an async TAP queryjava.io.InterruptedIOException
- if the wait is interruptedjava.io.IOException
- if the query ended in error status or some
other error occurred during TAP communicationsCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.