tapestry.impl
Class DynamicMapMsg

java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--tapestry.impl.DynamicMapMsg
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable

public class DynamicMapMsg
extends NetworkMessage
implements QuickSerializable


Field Summary
 ArrayList route_level
           
 int sequence
           
 SecureHash src
           
 int total
           
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms
 
Constructor Summary
DynamicMapMsg(InputBuffer buffer)
           
DynamicMapMsg(NodeId peer, SecureHash src, ArrayList route_level, int seq, int tot)
           
 
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
 

Field Detail

src

public SecureHash src

route_level

public ArrayList route_level

sequence

public int sequence

total

public int total
Constructor Detail

DynamicMapMsg

public DynamicMapMsg(NodeId peer,
                     SecureHash src,
                     ArrayList route_level,
                     int seq,
                     int tot)

DynamicMapMsg

public DynamicMapMsg(InputBuffer buffer)
              throws QSException
Method Detail

serialize

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

clone

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

toString

public String toString()
Overrides:
toString in class NetworkMessage