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