de.ls5.jlearn.util
Class ThreadPool
java.lang.Object
de.ls5.jlearn.util.ThreadPool
public class ThreadPool
- extends Object
- Author:
- merten
ThreadPool
public ThreadPool()
ThreadPool
public ThreadPool(int numthreads)
startJobs
public void startJobs(List<Runnable> jobs)
joinJobs
public void joinJobs(List<Runnable> jobs)
stop
public void stop()
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
countJobs
public int countJobs()
Copyright © 2011. All Rights Reserved.