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.


Constructor Index

 o ThreadPool()

Method Index

 o Run(Runnable)
run a job on a thread from the pool.

Constructors

 o ThreadPool
 public ThreadPool()

Methods

 o 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