ostore.apps.test
Class TagMicroBenchmarkControl
java.lang.Object
|
+--ostore.apps.test.TagMicroBenchmarkControl
- All Implemented Interfaces:
- EventHandlerIF, SingleThreadedEventHandlerIF
- public class TagMicroBenchmarkControl
- extends Object
- implements EventHandlerIF, SingleThreadedEventHandlerIF
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagMicroBenchmarkControl
public TagMicroBenchmarkControl()
handleEvent
public void handleEvent(QueueElementIF element)
throws EventHandlerException
- Specified by:
handleEvent
in interface EventHandlerIF
EventHandlerException
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