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.
seq
public int seq
TapestryHowto.Pong
public TapestryHowto.Pong(SecureHash dest,
int seq)
TapestryHowto.Pong
public TapestryHowto.Pong(InputBuffer buffer)
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