public class DefaultPoolExecutor
extends java.util.concurrent.ThreadPoolExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterExecute(java.lang.Runnable r,
java.lang.Throwable t) |
static DefaultPoolExecutor |
getInstance() |
allowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, beforeExecute, execute, finalize, getActiveCount, getCompletedTaskCount, getCorePoolSize, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getQueue, getRejectedExecutionHandler, getTaskCount, getThreadFactory, isShutdown, isTerminated, isTerminating, prestartAllCoreThreads, prestartCoreThread, purge, remove, setCorePoolSize, setKeepAliveTime, setMaximumPoolSize, setRejectedExecutionHandler, setThreadFactory, shutdown, shutdownNow, terminated, toStringpublic static DefaultPoolExecutor getInstance()
protected void afterExecute(java.lang.Runnable r,
java.lang.Throwable t)
afterExecute 在类中 java.util.concurrent.ThreadPoolExecutor