tapestry.impl
Class DynamicSurrogateMsg

java.lang.Object
  |
  +--tapestry.api.TapestryPrefixRouteMsg
        |
        +--tapestry.impl.DynamicSurrogateMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class DynamicSurrogateMsg
extends TapestryPrefixRouteMsg
implements QuickSerializable


Field Summary
 
Fields inherited from class tapestry.api.TapestryPrefixRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
DynamicSurrogateMsg(InputBuffer buffer)
           
DynamicSurrogateMsg(SecureHash newID, NodeId from, boolean inbound)
           
 
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

DynamicSurrogateMsg

public DynamicSurrogateMsg(SecureHash newID,
                           NodeId from,
                           boolean inbound)

DynamicSurrogateMsg

public DynamicSurrogateMsg(InputBuffer buffer)
                    throws QSException
Method Detail

serialize

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

clone

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

toString

public String toString()
Overrides:
toString in class Object