ostore.apps.test
Class TapestryHowto.Pong

java.lang.Object
  |
  +--ostore.tapestry.api.TapestryRouteMsg
        |
        +--ostore.apps.test.TapestryHowto.Pong
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
TapestryHowto

public static class TapestryHowto.Pong
extends TapestryRouteMsg
implements QuickSerializable

This class is identical in all by type from the Ping class above, so I'm not going to comment it further.


Field Summary
 int seq
           
 
Fields inherited from class ostore.tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
TapestryHowto.Pong(InputBuffer buffer)
           
TapestryHowto.Pong(SecureHash dest, int seq)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

seq

public int seq
Constructor Detail

TapestryHowto.Pong

public TapestryHowto.Pong(SecureHash dest,
                          int seq)

TapestryHowto.Pong

public TapestryHowto.Pong(InputBuffer buffer)
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.
Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class TapestryRouteMsg
Following copied from interface: ostore.util.QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Overrides:
toString in class Object