Class QueryTaskAbortStrategy

    • Constructor Detail

      • QueryTaskAbortStrategy

        public QueryTaskAbortStrategy​(Statement statement)
        Create a new instance for the given statement.
        Parameters:
        statement - The statement to abort.
    • Method Detail

      • invoke

        public boolean invoke()
        Invoke the strategy in order to abort the task (that registered this abort strategy).
        Specified by:
        invoke in interface TaskAbortStrategy