demo.dynamic
Class TestClient
java.lang.Object
|
+--ostore.util.StandardStage
|
+--demo.dynamic.TestClient
- All Implemented Interfaces:
- EventHandlerIF, SingleThreadedEventHandlerIF
- public class TestClient
- extends StandardStage
- implements SingleThreadedEventHandlerIF
TestClient
- Version:
- $Id: TestClient.java,v 1.4 2004/05/19 06:33:43 hweather Exp $
- Author:
- Ben Y. Zhao
Fields inherited from class ostore.util.StandardStage |
classifier, DEBUG, event_types, inb_msg_types, logger, my_node_id, my_sink, outb_msg_types, resender, resender_tokens, serializable_types, sim_running, tag |
Constructor Summary |
TestClient()
Constructor: Creates a new TestClient stage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestClient
public TestClient()
throws Exception
- Constructor: Creates a new
TestClient
stage.
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
handleEvent
public void handleEvent(QueueElementIF item)
throws EventHandlerException
- Specified by seda.sandStorm.api.EventHandlerIF
- Specified by:
handleEvent
in interface EventHandlerIF
EventHandlerException