public abstract class AbstractThreadPool.Worker extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected Thread |
t |
protected long |
transactionExpirationTime |
| Constructor and Description |
|---|
Worker() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWork() |
protected abstract Runnable |
getTask() |
void |
run() |
protected Thread t
protected volatile long transactionExpirationTime
protected void doWork()
protected abstract Runnable getTask() throws InterruptedException
InterruptedExceptionCopyright © 2017–2019 Oracle Corporation. All rights reserved.