ostore.util
Class AckStage.GenericNonceMsg

java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--ostore.util.NonceAckMsg
              |
              +--ostore.util.NonceMsg
                    |
                    +--ostore.util.AckStage.GenericNonceMsg
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable
Enclosing class:
AckStage

protected class AckStage.GenericNonceMsg
extends NonceMsg


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
AckStage.GenericNonceMsg(NodeId peer)
           
 
Methods inherited from class ostore.util.NonceMsg
getNonce, serialize, setNonce, toString
 
Methods inherited from class ostore.util.NonceAckMsg
addNonceAck, clone, getNonceAcks, getStageId, setStageId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AckStage.GenericNonceMsg

public AckStage.GenericNonceMsg(NodeId peer)