All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.util.ThreadPool
java.lang.Object
|
+----iceberg.APCpath.util.ThreadPool
- public class ThreadPool
- extends Object
ThreadPool
Keeps a pool of threads available to do work.
-
ThreadPool()
-
-
Run(Runnable)
- run a job on a thread from the pool.
ThreadPool
public ThreadPool()
Run
public static void Run(Runnable job)
- run a job on a thread from the pool. If no thread
is available, fork a new one
All Packages Class Hierarchy This Package Previous Next Index