netcom.util
Class ThreadPool

java.lang.Object
  extended bynetcom.util.ThreadPool

public class ThreadPool
extends java.lang.Object


Constructor Summary
ThreadPool(int numThreads)
           
 
Method Summary
 void runRunnable(java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPool

public ThreadPool(int numThreads)
Method Detail

runRunnable

public void runRunnable(java.lang.Runnable runnable)