ostore.tapestry.impl
Class DynamicPtrMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.util.NonceAckMsg
|
+--ostore.util.NonceMsg
|
+--ostore.tapestry.impl.DynamicPtrMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class DynamicPtrMsg
- extends NonceMsg
- implements QuickSerializable
srcguid
public SecureHash srcguid
level
public int level
remove
public boolean remove
DynamicPtrMsg
public DynamicPtrMsg(NodeId peer,
SecureHash srcguid,
int level,
boolean remove)
DynamicPtrMsg
public DynamicPtrMsg(NodeId peer,
SecureHash srcguid,
int level)
DynamicPtrMsg
public DynamicPtrMsg(InputBuffer buffer)
throws QSException
add_to_digest
public void add_to_digest(OutputBuffer buffer)
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 NonceMsg
- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class NonceMsg