public abstract class AbstractRejectedExecutionHandler extends Object implements RejectedExecutionHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected static InternalLogger |
logger |
protected String |
threadPoolName |
| 构造器和说明 |
|---|
AbstractRejectedExecutionHandler(String threadPoolName,
boolean dumpNeeded,
String dumpPrefixName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dumpJvmInfo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrejectedExecutionprotected static final InternalLogger logger
protected final String threadPoolName
Copyright © 2018. All rights reserved.