ostore.apps.test
Class StreamMicroBenchmark

java.lang.Object
  |
  +--ostore.apps.test.StreamMicroBenchmark
All Implemented Interfaces:
EventHandlerIF, SingleThreadedEventHandlerIF

public class StreamMicroBenchmark
extends Object
implements EventHandlerIF, SingleThreadedEventHandlerIF

Version:
$Id: StreamMicroBenchmark.java,v 1.16 2004/05/13 19:42:42 hweather Exp $
Author:
Patrick R. Eaton

Constructor Summary
StreamMicroBenchmark()
           
 
Method Summary
 void destroy()
           
 void handleEvent(QueueElementIF element)
           
 void handleEvents(QueueElementIF[] element_array)
           
 void init(ConfigDataIF config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamMicroBenchmark

public StreamMicroBenchmark()
Method Detail

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