tapestry.repairmonitor
Class RMFoundMsg

java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--tapestry.repairmonitor.RMFoundMsg
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable

public class RMFoundMsg
extends NetworkMessage
implements QuickSerializable

The msg to say we found the RepairMonitor


Field Summary
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms
 
Constructor Summary
RMFoundMsg(InputBuffer buffer)
           
RMFoundMsg(NodeId peer)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class ostore.network.NetworkMessage
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMFoundMsg

public RMFoundMsg(NodeId peer)

RMFoundMsg

public RMFoundMsg(InputBuffer buffer)
           throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class NetworkMessage

toString

public String toString()
Overrides:
toString in class NetworkMessage