ostore.tapestry.patchwork
Class RMLocateMsg
java.lang.Object
|
+--ostore.tapestry.api.TapestryLocateMsg
|
+--ostore.tapestry.patchwork.RMLocateMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class RMLocateMsg
- extends TapestryLocateMsg
- implements QuickSerializable
RMLocateMsg
public RMLocateMsg(SecureHash guid,
NodeId src,
SecureHash srcGuid,
boolean deletable)
- Construct according to the given fields.
RMLocateMsg
public RMLocateMsg(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
- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Returns a human-readable representation of this
TestLocateMsg
.
- Overrides:
toString
in class Object