tapestry.ptr.impl
Class DirectMailTester
java.lang.Object
|
+--ostore.util.StandardStage
|
+--tapestry.ptr.impl.DirectMailTester
- All Implemented Interfaces:
- EventHandlerIF, SingleThreadedEventHandlerIF
- public class DirectMailTester
- extends StandardStage
- implements SingleThreadedEventHandlerIF
DirectMailTester test the correctness constraints of
the DirectMailStage.
- Version:
- $Id: DirectMailTester.java,v 1.1.1.1 2004/03/26 19:57:11 hweather Exp $
- Author:
- Hakim Weatherspoon
- See Also:
HostHbStage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectMailTester
public DirectMailTester()
handleEvent
public void handleEvent(QueueElementIF item)
throws EventHandlerException
- Specified by seda.sandStorm.api.EventHandlerIF
- Specified by:
handleEvent in interface EventHandlerIF
EventHandlerException
init
public void init(ConfigDataIF config)
throws Exception
- Specified by seda.sandStorm.api.EventHandlerIF
- Specified by:
init in interface EventHandlerIF- Overrides:
init in class StandardStage
Exception