ostore.archive
Class LatGenerateFragsTest

java.lang.Object
  |
  +--ostore.archive.LatGenerateFragsTest
All Implemented Interfaces:
EventHandlerIF, SingleThreadedEventHandlerIF

public class LatGenerateFragsTest
extends Object
implements SingleThreadedEventHandlerIF, EventHandlerIF

TODO

Version:
$Id: LatGenerateFragsTest.java,v 1.9 2004/03/23 02:35:03 hweather Exp $
Author:
Sean C. Rhea & Jeremy Stribling

Nested Class Summary
static class LatGenerateFragsTest.AlarmEvent
           
 
Field Summary
protected  Classifier classifier
           
protected static boolean DEBUG
           
protected  NodeId node_id
           
protected  boolean start
           
protected  long start_time
           
protected  String TAG
           
protected  SinkIF this_sink
           
 
Constructor Summary
LatGenerateFragsTest()
           
 
Method Summary
 void destroy()
           
 void handleEvent(QueueElementIF item)
           
 void handleEvents(QueueElementIF[] items)
           
protected  void init_block()
           
 void init(ConfigDataIF config)
           
protected  void send_new_msg(GenerateFragsBlkResp msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

protected String TAG

DEBUG

protected static final boolean DEBUG
See Also:
Constant Field Values

this_sink

protected SinkIF this_sink

start

protected boolean start

start_time

protected long start_time

classifier

protected Classifier classifier

node_id

protected NodeId node_id
Constructor Detail

LatGenerateFragsTest

public LatGenerateFragsTest()
Method Detail

init

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

handleEvent

public void handleEvent(QueueElementIF item)
                 throws EventHandlerException
Specified by:
handleEvent in interface EventHandlerIF
EventHandlerException

handleEvents

public void handleEvents(QueueElementIF[] items)
                  throws EventHandlerException
Specified by:
handleEvents in interface EventHandlerIF
EventHandlerException

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface EventHandlerIF
Exception

init_block

protected void init_block()

send_new_msg

protected void send_new_msg(GenerateFragsBlkResp msg)