ostore.bloom
Class StaticClient
java.lang.Object
|
+--ostore.bloom.StaticClient
- All Implemented Interfaces:
- EventHandlerIF
- public class StaticClient
- extends Object
- implements EventHandlerIF
The probabilistic location stage.
- Version:
- $Id: StaticClient.java,v 1.2 2002/02/09 01:22:45 srhea Exp $
- Author:
- Sean C. Rhea
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticClient
public StaticClient()
init_trace
public void init_trace(String read_file)
next_read
public Pair next_read()
init
public void init(ConfigDataIF config)
throws Exception
- Specified by:
init
in interface EventHandlerIF
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface EventHandlerIF
handleEvent
public void handleEvent(QueueElementIF item)
throws EventHandlerException
- Specified by:
handleEvent
in interface EventHandlerIF
handleEvents
public void handleEvents(QueueElementIF[] items)
throws EventHandlerException
- Specified by:
handleEvents
in interface EventHandlerIF
handle_init
public void handle_init(StagesInitializedSignal signal)
handle_next_read_event
public void handle_next_read_event(StaticClient.NextReadEvent event)
handle_simulated_read_resp
public void handle_simulated_read_resp(SimulatedReadResp resp)
handle_simulation_shutdown_event
public void handle_simulation_shutdown_event()