ostore.util
Class NonceAckMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.util.NonceAckMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- Direct Known Subclasses:
- NonceMsg
- public class NonceAckMsg
- extends NetworkMessage
- implements QuickSerializable
stage_id
public short stage_id
NonceAckMsg
public NonceAckMsg(NodeId peer)
NonceAckMsg
public NonceAckMsg(InputBuffer buffer)
throws QSException
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 NetworkMessage
- Parameters:
buffer
- the output buffer to add the object to
setStageId
public void setStageId(short stageId)
getStageId
public short getStageId()
addNonceAck
public void addNonceAck(int nonce)
getNonceAcks
public int[] getNonceAcks()
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class NetworkMessage
CloneNotSupportedException