protected static class LimitThreadPool.BlockUntilFree extends Object implements RejectedExecutionHandler
| Modifier | Constructor and Description |
|---|---|
protected |
BlockUntilFree() |
| Modifier and Type | Method and Description |
|---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 2016. All Rights Reserved.