org.datamanager.simpleton
Class SearchCollectorSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.simpleton.SearchCollectorSimpleton

public class SearchCollectorSimpleton
extends Simpleton

Simpleton that starts all of the Simpletons used for searching. Created: Sat Nov 2 16:32:37 2002

Version:
$Revision: 1.9 $
Author:
Allen Lee

Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
SearchCollectorSimpleton()
           
 
Method Summary
 void process()
          Performs the work of this Simpleton.
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchCollectorSimpleton

public SearchCollectorSimpleton()
Method Detail

process

public void process()
Description copied from class: Simpleton
Performs the work of this Simpleton. Simpleton implementation must override this class.

Specified by:
process in class Simpleton


See the Helium Website