ostore.tapestry.patchwork
Class FaultInjectionStage

java.lang.Object
  |
  +--ostore.tapestry.patchwork.FaultInjectionStage
All Implemented Interfaces:
EventHandlerIF

public class FaultInjectionStage
extends Object
implements EventHandlerIF

Version:
$Id: FaultInjectionStage.java,v 1.4 2002/08/02 19:52:42 geels Exp $
Author:
Jeremy Stribling

Constructor Summary
FaultInjectionStage()
           
 
Method Summary
 void destroy()
          Specified by seda.sandStorm.api.EventHandlerIF
 void handleEvent(QueueElementIF element)
          Specified by seda.sandStorm.api.EventHandlerIF
 void handleEvents(QueueElementIF[] elemarr)
          Specified by seda.sandStorm.api.EventHandlerIF
 void init(ConfigDataIF config)
          Specified by seda.sandStorm.api.EventHandlerIF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultInjectionStage

public FaultInjectionStage()
Method Detail

handleEvents

public void handleEvents(QueueElementIF[] elemarr)
                  throws EventHandlerException
Specified by seda.sandStorm.api.EventHandlerIF
Specified by:
handleEvents in interface EventHandlerIF

handleEvent

public void handleEvent(QueueElementIF element)
                 throws EventHandlerException
Specified by seda.sandStorm.api.EventHandlerIF
Specified by:
handleEvent in interface EventHandlerIF

init

public void init(ConfigDataIF config)
          throws Exception
Specified by seda.sandStorm.api.EventHandlerIF
Specified by:
init in interface EventHandlerIF

destroy

public void destroy()
Specified by seda.sandStorm.api.EventHandlerIF
Specified by:
destroy in interface EventHandlerIF