ostore.oil
Class TraceReader
java.lang.Object
|
+--ostore.oil.TraceReader
- All Implemented Interfaces:
- EventHandlerIF
- public class TraceReader
- extends Object
- implements EventHandlerIF
A SandStorm stage which reads trace files and generates events for each
trace entry.
- Version:
- $Id: TraceReader.java,v 1.23 2002/10/28 19:21:08 geels Exp $
- Author:
- Dennis Geels
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceReader
public TraceReader()
handleEvent
public void handleEvent(QueueElementIF elem)
throws EventHandlerException
- Specified by EventHandlerIF
- Specified by:
handleEvent
in interface EventHandlerIF
handleEvents
public void handleEvents(QueueElementIF[] elemarr)
throws EventHandlerException
- Specified by EventHandlerIF
- Specified by:
handleEvents
in interface EventHandlerIF
init
public void init(ConfigDataIF config)
throws Exception
- Specified by EventHandlerIF
- Specified by:
init
in interface EventHandlerIF
destroy
public void destroy()
throws Exception
- Specified by EventHandlerIF
- Specified by:
destroy
in interface EventHandlerIF