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.8 2003/02/19 10:32:30 hweather Exp $
Author:
Sean C. Rhea

Inner Class Summary
static class StaticClient.NextReadEvent
           
 
Constructor Summary
StaticClient()
           
 
Method Summary
 void destroy()
           
 void handle_init(StagesInitializedSignal signal)
           
 void handle_next_read_event(StaticClient.NextReadEvent event)
           
 void handle_simulated_read_resp(SimulatedReadResp resp)
           
 void handle_simulation_shutdown_event()
           
 void handle_tapestry_ready(TapestryReadyMsg msg)
           
 void handleEvent(QueueElementIF item)
           
 void handleEvents(QueueElementIF[] items)
           
 void init_trace(String read_file)
           
 void init(ConfigDataIF config)
           
 Pair next_read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticClient

public StaticClient()
Method Detail

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_tapestry_ready

public void handle_tapestry_ready(TapestryReadyMsg msg)

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()