ostore.tapestry.impl
Class DynamicSurrogateMsg

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

public class DynamicSurrogateMsg
extends TapestryPrefixRouteMsg
implements QuickSerializable


Fields inherited from class ostore.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)
          Add the object to the 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)
Description copied from interface: QuickSerializable
Add the object to the buffer.
Specified by:
serialize in interface QuickSerializable
Following copied from interface: ostore.util.QuickSerializable
Parameters:
buffer - the output buffer to add the object to

clone

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

toString

public String toString()
Overrides:
toString in class Object