Package callStack.utils
Class CachedThreadPool
- java.lang.Object
-
- callStack.utils.AbstractThreadPool
-
- callStack.utils.CachedThreadPool
-
- All Implemented Interfaces:
ThreadPoolStats
public class CachedThreadPool extends AbstractThreadPool
-
-
Field Summary
-
Fields inherited from class callStack.utils.AbstractThreadPool
m_pool
-
-
Constructor Summary
Constructors Constructor Description CachedThreadPool(String name)CachedThreadPool(String name, int minNumOfThreads, int maxNumOfThreads)CachedThreadPool(String name, int minNumOfThreads, int maxNumOfThreads, int queueCapacity)
-
Method Summary
-
Methods inherited from class callStack.utils.AbstractThreadPool
getActivePoolSize, getCurrentPoolSize, getExceptions, getMaximumPoolSize, shutdown, submit, submit, submitAndGetExceptions, submitAndGetExceptions, submitAndGetResults, submitAndGetResults
-
-