edu.harvard.syrah.pyxida.nc
Class GossipRequestMsg

java.lang.Object
  extended by ObjMessage
      extended by edu.harvard.syrah.pyxida.nc.GossipRequestMsg

public class GossipRequestMsg
extends ObjMessage

Requests the receiving node's current coordinate, confidence and last update time.


Constructor Summary
GossipRequestMsg(Coordinate _primaryCoord, Coordinate _secondaryCoord, java.util.Set<AddressIF> _nodes)
          Creates a GossipRequestMsg
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GossipRequestMsg

public GossipRequestMsg(Coordinate _primaryCoord,
                        Coordinate _secondaryCoord,
                        java.util.Set<AddressIF> _nodes)
Creates a GossipRequestMsg

Parameters:
nodes - set of nodes sender is gossipping to receiver