ostore.apps.test
Class StreamMicroBenchmarkMaster
java.lang.Object
|
+--ostore.apps.test.StreamMicroBenchmarkMaster
- All Implemented Interfaces:
- EventHandlerIF, SingleThreadedEventHandlerIF
- public class StreamMicroBenchmarkMaster
- extends Object
- implements SingleThreadedEventHandlerIF, EventHandlerIF
- Version:
- $Id: StreamMicroBenchmarkMaster.java,v 1.10 2003/02/06 23:59:56 geels Exp $
- Author:
- Patrick R. Eaton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamMicroBenchmarkMaster
public StreamMicroBenchmarkMaster()
handleEvent
public void handleEvent(QueueElementIF element)
- Specified by:
handleEvent
in interface EventHandlerIF
handleEvents
public void handleEvents(QueueElementIF[] element_array)
throws EventHandlerException
- Specified by:
handleEvents
in interface EventHandlerIF
EventHandlerException
init
public void init(ConfigDataIF config)
throws Exception
- Specified by:
init
in interface EventHandlerIF
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface EventHandlerIF
Exception