Package com.epam.common.thread
Class ThreadPool
java.lang.Object
com.epam.common.thread.ThreadPool
User: Mykhailo_Sereda
Date: 05.11.12
Time: 14:53
-
Constructor Summary
ConstructorsConstructorDescriptionThreadPool
(int noOfThreads, SimpleBlockingQueue queue) ThreadPool
(int noOfThreads, String threadNamePrefix, SimpleBlockingQueue queue) -
Method Summary
-
Constructor Details
-
ThreadPool
-
ThreadPool
-
-
Method Details
-
execute
- Throws:
InterruptedException
-
stop
public void stop(boolean interrupt)
-