driver
Class threaded.worker

java.lang.Object
  extended by driver.threaded.worker
All Implemented Interfaces:
java.lang.Runnable, JistAPI.Proxiable, JistAPI.Timeless, AppJava.Runnable
Enclosing class:
threaded

public static class threaded.worker
extends java.lang.Object
implements AppJava.Runnable


Field Summary
private  int count
           
private  int threadid
           
 
Constructor Summary
threaded.worker(int id, int count)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadid

private int threadid

count

private int count
Constructor Detail

threaded.worker

public threaded.worker(int id,
                       int count)
Method Detail

run

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