Class DynamicThreadPoolExecutor

All Implemented Interfaces:
Executor, ExecutorService
Direct Known Subclasses:
LRMIThreadPoolExecutor, QueryManager.QueryThreadPoolExecutor, WorkingGroup

public class DynamicThreadPoolExecutor extends ThreadPoolExecutor
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using DynamicExecutors factory methods.
Since:
6.5
Author:
moran