org.datamanager.tools
Class SanitySimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.tools.SanitySimpleton

public abstract class SanitySimpleton
extends Simpleton


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
SanitySimpleton()
           
 
Method Summary
 void handleEvent(DataManagerEvent event)
           
 void process()
          Performs the work of this Simpleton.
abstract  void sanityTestSuite()
           
 
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

SanitySimpleton

public SanitySimpleton()
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

sanityTestSuite

public abstract void sanityTestSuite()
                              throws DataManagerException
DataManagerException

handleEvent

public void handleEvent(DataManagerEvent event)


See the Helium Website