tapestry.impl
Class DynamicSeedMsg

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

public class DynamicSeedMsg
extends NonceMsg
implements QuickSerializable


Field Summary
 int level
           
 SecureHash src
           
 
Fields inherited from class tapestry.impl.NonceAckMsg
stage_id
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms
 
Constructor Summary
DynamicSeedMsg(InputBuffer buffer)
           
DynamicSeedMsg(NodeId peer, SecureHash src, int level)
           
 
Method Summary
 Object clone()
           
 void serialize(OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class tapestry.impl.NonceMsg
getNonce, setNonce
 
Methods inherited from class tapestry.impl.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
Constructor Detail

DynamicSeedMsg

public DynamicSeedMsg(NodeId peer,
                      SecureHash src,
                      int level)

DynamicSeedMsg

public DynamicSeedMsg(InputBuffer buffer)
               throws QSException
Method Detail

serialize

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

clone

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

toString

public String toString()
Overrides:
toString in class NonceMsg