ostore.tapestry.impl
Class DynamicDMAckMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.tapestry.impl.DynamicDMAckMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class DynamicDMAckMsg
- extends NetworkMessage
- implements QuickSerializable
Message used by a new node to do ack a directed multicast to its
parent.
newGuid
public SecureHash newGuid
src
public SecureHash src
DynamicDMAckMsg
public DynamicDMAckMsg(NodeId peer,
SecureHash newGuid,
SecureHash src)
DynamicDMAckMsg
public DynamicDMAckMsg(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
- 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 NetworkMessage
toString
public String toString()
- Overrides:
toString
in class NetworkMessage