edu.jas.util
Class SlowWorker

java.lang.Object
  extended by edu.jas.util.SlowWorker
All Implemented Interfaces:
java.lang.Runnable

 class SlowWorker
extends java.lang.Object
implements java.lang.Runnable

Utility class for ThreadPool Test


Constructor Summary
SlowWorker()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlowWorker

SlowWorker()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable