ostore.tapestry.impl
Class NetworkLatencyReq

java.lang.Object
  |
  +--ostore.tapestry.impl.NetworkLatencyReq
All Implemented Interfaces:
QueueElementIF

public class NetworkLatencyReq
extends Object
implements QueueElementIF

Dispatch one of these to find out the latency to a node.

Version:
$Id: NetworkLatencyReq.java,v 1.2 2002/03/28 02:34:57 ravenben Exp $
Author:
Sean C. Rhea

Field Summary
 SecureHash node_guid
           
 
Constructor Summary
NetworkLatencyReq(SecureHash n)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node_guid

public SecureHash node_guid
Constructor Detail

NetworkLatencyReq

public NetworkLatencyReq(SecureHash n)
Method Detail

toString

public String toString()
Overrides:
toString in class Object