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