@Deprecated
public class WaitingThreadAborter
extends java.lang.Object
WaitingThread.
Must be called with the pool lock held.| Constructor | Description |
|---|---|
WaitingThreadAborter() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
abort() |
Deprecated.
If a waiting thread has been set, interrupts it.
|
void |
setWaitingThread(WaitingThread waitingThread) |
Deprecated.
Sets the waiting thread.
|
public void abort()
public void setWaitingThread(WaitingThread waitingThread)
waitingThread - The thread to interrupt when aborting.