ostore.tapestry.impl
Class VerifyRespMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.tapestry.impl.FullTestRespMsg
|
+--ostore.tapestry.impl.VerifyRespMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class VerifyRespMsg
- extends FullTestRespMsg
Message used by a new FullTestMember node to respond to the
FullTestDriver with some info to be verified.
VerifyRespMsg
public VerifyRespMsg(NodeId peer,
boolean success,
int requestType,
SecureHash requestID,
SecureHash src,
String output,
RoutingTable rt,
HashMap revpointers)
VerifyRespMsg
public VerifyRespMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Overrides:
serialize
in class FullTestRespMsg
- 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 FullTestRespMsg
getRoutingTable
public RoutingTable getRoutingTable()
getRevpointers
public HashMap getRevpointers()
toString
public String toString()
- Overrides:
toString
in class FullTestRespMsg