ostore.tapestry.impl
Class DynamicSeedMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.util.NonceAckMsg
|
+--ostore.util.NonceMsg
|
+--ostore.tapestry.impl.DynamicSeedMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class DynamicSeedMsg
- extends NonceMsg
- implements QuickSerializable
src
public SecureHash src
level
public int level
DynamicSeedMsg
public DynamicSeedMsg(NodeId peer,
SecureHash src,
int level)
DynamicSeedMsg
public DynamicSeedMsg(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 NonceMsg
- 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 NonceAckMsg
toString
public String toString()
- Overrides:
toString
in class NonceMsg