public abstract class AbstractCancellableTask extends java.lang.Thread implements CancellableTask
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cancellationRequested |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCancellableTask() |
protected |
AbstractCancellableTask(java.lang.String threadName) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRequest()
Request to the task that cancel.
|
boolean |
isCancellationRequested()
Return true if has request to cancel to the task.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected AbstractCancellableTask()
protected AbstractCancellableTask(java.lang.String threadName)
public void cancelRequest()
CancellableTaskcancelRequest in interface CancellableTaskpublic boolean isCancellationRequested()
CancellableTaskisCancellationRequested in interface CancellableTask