public class RejectedExecutionForLog extends Object implements RejectedExecutionHandler
| 构造器和说明 |
|---|
RejectedExecutionForLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution 在接口中 RejectedExecutionHandlerCopyright © 2018. All rights reserved.