ostore.tapestry.impl
Class DynamicSeedMapMsg

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

public class DynamicSeedMapMsg
extends NonceAckMsg
implements QuickSerializable


Field Summary
 int level
           
 ArrayList revpointers
           
 SecureHash src
           
 
Fields inherited from class ostore.util.NonceAckMsg
stage_id
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, inbound, peer, sender, tries, user_data
 
Constructor Summary
DynamicSeedMapMsg(InputBuffer buffer)
           
DynamicSeedMapMsg(NodeId peer, SecureHash src, ArrayList revpointers, int level)
           
 
Method Summary
 Object clone()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class ostore.util.NonceAckMsg
addNonceAck, getNonceAcks, getStageId, setStageId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

src

public SecureHash src

level

public int level

revpointers

public ArrayList revpointers
Constructor Detail

DynamicSeedMapMsg

public DynamicSeedMapMsg(NodeId peer,
                         SecureHash src,
                         ArrayList revpointers,
                         int level)

DynamicSeedMapMsg

public DynamicSeedMapMsg(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
Overrides:
serialize in class NonceAckMsg
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 NonceAckMsg

toString

public String toString()
Overrides:
toString in class NetworkMessage