private static class NonstopThreadPool.WorkerThreadLocal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private NonstopThreadPool.WeakWorkerReference |
appThreadReference |
private NonstopThreadPool.Worker |
worker |
Constructor and Description |
---|
WorkerThreadLocal(java.util.concurrent.ThreadFactory threadFactory,
java.lang.ref.ReferenceQueue<java.lang.Thread> gcedThreadsReferenceQueue) |
Modifier and Type | Method and Description |
---|---|
java.lang.StackTraceElement[] |
getStackTrace() |
void |
shutdownNow() |
<T> java.util.concurrent.Future<T> |
submit(java.util.concurrent.Callable<T> task) |
private final NonstopThreadPool.Worker worker
private final NonstopThreadPool.WeakWorkerReference appThreadReference