org.datamanager.simpleton
Class SearchHandlerSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.simpleton.SearchHandlerSimpleton
All Implemented Interfaces:
EventHandler

public class SearchHandlerSimpleton
extends Simpleton
implements EventHandler

Simpleton that handles SearchRequestEvents, performing the requested searches and generating SearchResultsFoundEvents. Created: Fri Nov 1 13:17:21 2002

Version:
$Revision: 1.11 $
Author:
Robert W. George
, Allen Lee

Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
SearchHandlerSimpleton()
           
 
Method Summary
 void handle(DataManagerEvent event)
          Handle a DataManagerEvent that has been fired.
 void process()
          Attaches this SearchHandlerSimpleton to the Pool
 
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

SearchHandlerSimpleton

public SearchHandlerSimpleton()
Method Detail

process

public void process()
Attaches this SearchHandlerSimpleton to the Pool

Specified by:
process in class Simpleton

handle

public void handle(DataManagerEvent event)
Handle a DataManagerEvent that has been fired. In this case a SearchRequestEvent.

Specified by:
handle in interface EventHandler
Parameters:
event - The SearchRequestEvent to handle.


See the Helium Website