tapestry.impl.test
Class LocalOptimizationTest.Response

java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--tapestry.impl.test.LocalOptimizationTest.Response
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable
Enclosing class:
LocalOptimizationTest

public static class LocalOptimizationTest.Response
extends NetworkMessage
implements QuickSerializable


Field Summary
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms
 
Constructor Summary
LocalOptimizationTest.Response(InputBuffer buffer)
           
LocalOptimizationTest.Response(NodeId peer, int hopcount, long time, SecureHash guid)
           
 
Method Summary
 Object clone()
           
 void serialize(OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalOptimizationTest.Response

public LocalOptimizationTest.Response(NodeId peer,
                                      int hopcount,
                                      long time,
                                      SecureHash guid)

LocalOptimizationTest.Response

public LocalOptimizationTest.Response(InputBuffer buffer)
                               throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class NetworkMessage

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class NetworkMessage
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class NetworkMessage