@Deprecated public class WaitingThreadAborter extends Object
WaitingThread
.
Must be called with the pool lock held.Constructor and Description |
---|
WaitingThreadAborter()
Deprecated.
|
Modifier and Type | Method and 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.Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.