com.epam.common.thread
Class ThreadPool
java.lang.Object
com.epam.common.thread.ThreadPool
public class ThreadPool
- extends Object
User: Mykhailo_Sereda
Date: 05.11.12
Time: 14:53
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadPool
public ThreadPool(int noOfThreads,
SimpleBlockingQueue queue)
ThreadPool
public ThreadPool(int noOfThreads,
String threadNamePrefix,
SimpleBlockingQueue queue)
execute
public void execute(Runnable task)
throws InterruptedException
- Throws:
InterruptedException
stop
public void stop(boolean interrupt)
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.