edu.indiana.util.multithreaded
Class DBLoaderThread

java.lang.Object
  extended by edu.indiana.util.multithreaded.DBLoaderThread
All Implemented Interfaces:
java.lang.Runnable

public class DBLoaderThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
DBLoaderThread(Multithreaded caller)
          Creates a new instance of DBLoaderThread
 
Method Summary
 void run()
           
 void setThreadToWait()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBLoaderThread

public DBLoaderThread(Multithreaded caller)
Creates a new instance of DBLoaderThread

Method Detail

setThreadToWait

public void setThreadToWait()

run

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