edu.duke.cs.banjo.application
Class Banjo.SearchInstance

java.lang.Object
  extended byedu.duke.cs.banjo.application.Banjo.SearchInstance
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Banjo

private class Banjo.SearchInstance
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  int threadIndex
           
 
Constructor Summary
Banjo.SearchInstance()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadIndex

protected int threadIndex
Constructor Detail

Banjo.SearchInstance

public Banjo.SearchInstance()
                     throws java.lang.Exception
Method Detail

run

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