Package de.foellix.aql.system.task
Class TaskRunner
java.lang.Object
java.lang.Thread
de.foellix.aql.system.task.TaskRunner
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
ConverterTaskRunner,LoadAnswerTaskRunner,OperatorTaskRunner,PreprocessorTaskRunner,ToolTaskRunner
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Fileprotected TaskSchedulerprotected ProcessWrapperprotected TaskFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
parent
-
task
-
processWrapper
-
externalAnswerFile
-
-
Constructor Details
-
TaskRunner
-
-
Method Details
-
run
public void run() -
runOnAbort
public void runOnAbort() -
runSpecificRunner
- Throws:
CancelExecutionException
-
isTimeoutTimerAlive
public boolean isTimeoutTimerAlive() -
interrupt
public void interrupt() -
runInternal
- Throws:
CancelExecutionException
-
runExternal
- Throws:
CancelExecutionException
-
getExternalFiles
-
getExternalQuery
-
getTask
-