tapestry.impl.test
Class TputTest.Msg

java.lang.Object
  |
  +--tapestry.api.TapestryRouteMsg
        |
        +--tapestry.impl.test.TputTest.Msg
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
TputTest

public static class TputTest.Msg
extends TapestryRouteMsg


Field Summary
 int size
           
 int value
           
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
TputTest.Msg(InputBuffer buffer)
           
TputTest.Msg(SecureHash peerguid, int v, int sz)
           
 
Method Summary
 Object clone()
           
 void serialize(OutputBuffer buffer)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value

size

public int size
Constructor Detail

TputTest.Msg

public TputTest.Msg(SecureHash peerguid,
                    int v,
                    int sz)

TputTest.Msg

public TputTest.Msg(InputBuffer buffer)
             throws QSException
Method Detail

serialize

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

clone

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