Interface ThreadPool
-
- All Known Subinterfaces:
ScheduledThreadPool
- All Known Implementing Classes:
FixedThreadPoolWrapper,FlexibleThreadPoolWrapper,ScheduledThreadPoolWrapper
public interface ThreadPoolInterface representing thread pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorServicegetExecutor()intgetMaxThreadCount()
-
-
-
Method Detail
-
getExecutor
ExecutorService getExecutor()
-
getMaxThreadCount
int getMaxThreadCount()
-
-