ostore.tapestry.impl
Class TestFoundMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.tapestry.impl.TestFoundMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class TestFoundMsg
- extends NetworkMessage
- implements QuickSerializable
The msg to say we found the object you're looking for
objGuid
public SecureHash objGuid
id
public SecureHash id
TestFoundMsg
public TestFoundMsg(NodeId src,
SecureHash oguid)
TestFoundMsg
public TestFoundMsg(NodeId src,
SecureHash oguid,
SecureHash id)
TestFoundMsg
public TestFoundMsg(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
toString
public String toString()
- Overrides:
toString
in class NetworkMessage