public abstract class AbstractTaskWorker extends AbstractTaskWorker2 implements TaskWorker
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTaskWorker() |
protected |
AbstractTaskWorker(java.lang.ClassLoader classLoader,
ThreadPool threadPool) |
protected |
AbstractTaskWorker(ThreadPool threadPool) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
startWorkerThread() |
protected void |
unpark(java.lang.Thread thread) |
close, getClassLoader, getCurrentTimeActual, getState, getThreadName, isClosed, isPermanent, isRetry, isTaskActive, isWeakClose, onThreadComplete, onThreadStart, run, runTask, setWorkerIdleTimeout, toString, wakeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwakeprotected AbstractTaskWorker()
protected AbstractTaskWorker(ThreadPool threadPool)
protected AbstractTaskWorker(java.lang.ClassLoader classLoader,
ThreadPool threadPool)
protected void startWorkerThread()
startWorkerThread in class AbstractTaskWorker2protected void unpark(java.lang.Thread thread)
unpark in class AbstractTaskWorker2