Class BasicTapRunner


  • public class BasicTapRunner
    extends TapRunner
    Minimal synchronous implementation of TapRunner.
    Since:
    10 Jun 2011
    Author:
    Mark Taylor
    • Constructor Detail

      • BasicTapRunner

        public BasicTapRunner()
        Constructor.
    • Method Detail

      • executeQuery

        protected uk.ac.starlink.table.StarTable executeQuery​(Reporter reporter,
                                                              uk.ac.starlink.vo.TapQuery tq)
                                                       throws java.io.IOException
        Description copied from class: TapRunner
        Executes a TAP query, performing reporting as appropriate. The result may be null, but will normally be either a table or an IOException will result.
        Specified by:
        executeQuery in class TapRunner
        Parameters:
        reporter - validation message destination
        tq - query to execute
        Returns:
        result table
        Throws:
        java.io.IOException