java.lang.Object
java.lang.Thread
org.apache.jena.geosparql.spatial.task.TaskThread
All Implemented Interfaces:
Runnable, BasicTask, org.apache.jena.sparql.engine.iterator.Abortable

public abstract class TaskThread extends Thread implements BasicTask
Thread base class that provides a abort() method that can run a custom action (in addition to setting the interrupted flag) as well as a doAfterRun() method for cleaning up after execution (only gets called if there is a prior call to run).