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

Constructor Summary
TraceReader()
           
 
Method Summary
 void destroy()
          Specified by EventHandlerIF
 void handleEvent(QueueElementIF elem)
          Specified by EventHandlerIF
 void handleEvents(QueueElementIF[] elemarr)
          Specified by EventHandlerIF
 void init(ConfigDataIF config)
          Specified by EventHandlerIF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceReader

public TraceReader()
Method Detail

handleEvent

public void handleEvent(QueueElementIF elem)
                 throws EventHandlerException
Specified by EventHandlerIF

Specified by:
handleEvent in interface EventHandlerIF
EventHandlerException

handleEvents

public void handleEvents(QueueElementIF[] elemarr)
                  throws EventHandlerException
Specified by EventHandlerIF

Specified by:
handleEvents in interface EventHandlerIF
EventHandlerException

init

public void init(ConfigDataIF config)
          throws Exception
Specified by EventHandlerIF

Specified by:
init in interface EventHandlerIF
Exception

destroy

public void destroy()
             throws Exception
Specified by EventHandlerIF

Specified by:
destroy in interface EventHandlerIF
Exception