tapestry.impl
Class NetworkLatencyResp

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

public class NetworkLatencyResp
extends Object
implements QueueElementIF

The response to a NetworkLatencyReq; gives the latency to a node in milliseconds.

Version:
$Id: NetworkLatencyResp.java,v 1.1.1.1 2004/03/26 19:57:05 hweather Exp $
Author:
Sean C. Rhea

Field Summary
 long latency_millis
           
 SecureHash node_guid
           
 
Constructor Summary
NetworkLatencyResp(SecureHash n, long l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node_guid

public SecureHash node_guid

latency_millis

public long latency_millis
Constructor Detail

NetworkLatencyResp

public NetworkLatencyResp(SecureHash n,
                          long l)