ostore.network
Class LatTest
java.lang.Object
|
+--ostore.network.LatTest
- All Implemented Interfaces:
- EventHandlerIF, SingleThreadedEventHandlerIF
- public class LatTest
- extends Object
- implements SingleThreadedEventHandlerIF, EventHandlerIF
TODO
- Version:
- $Id: LatTest.java,v 1.3 2002/09/07 21:49:01 geels Exp $
- Author:
- Sean C. Rhea
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG
protected String TAG
DEBUG
protected static final boolean DEBUG
this_sink
protected SinkIF this_sink
msgnum
protected int msgnum
msgcnt
protected int msgcnt
rcvcnt
protected int rcvcnt
msgsz
protected int msgsz
job
protected int job
SENDER
protected static final int SENDER
ROUTER
protected static final int ROUTER
RECEIVER
protected static final int RECEIVER
start_time
protected long start_time
classifier
protected Classifier classifier
peer
protected NodeId peer
peer2
protected NodeId peer2
dummy
public static byte[] dummy
LatTest
public LatTest()
init
public void init(ConfigDataIF config)
throws Exception
- Specified by:
init
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
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface EventHandlerIF
send_new_msg
protected void send_new_msg(NodeId dest)
BUG
protected static final void BUG(String msg)