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.


Fields inherited from class ostore.tapestry.impl.FullTestRespMsg
integrateTime, paths, requestID, requestType
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, inbound, peer, sender, tries, user_data
 
Constructor Summary
VerifyRespMsg(InputBuffer buffer)
           
VerifyRespMsg(NodeId peer, boolean success, int requestType, SecureHash requestID, SecureHash src, String output, RoutingTable rt, HashMap revpointers)
           
 
Method Summary
 Object clone()
           
 HashMap getRevpointers()
           
 RoutingTable getRoutingTable()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class ostore.tapestry.impl.FullTestRespMsg
getID, getSrc, setTime, success
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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