edu.harvard.syrah.pyxida.nc
Class GossipResponseMsg

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

public class GossipResponseMsg
extends ObjMessage

Response to GossipRequestMsg. Responds with the receiving node's current coordinate, confidence and last update time.


Constructor Summary
GossipResponseMsg(Coordinate _remotePrimaryCoord, double _remotePrimaryError, long _remotePrimaryAge, Coordinate _remoteSecondaryCoord, double _remoteSecondaryError, long _remoteSecondaryAge, java.util.Set<AddressIF> _nodes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GossipResponseMsg

public GossipResponseMsg(Coordinate _remotePrimaryCoord,
                         double _remotePrimaryError,
                         long _remotePrimaryAge,
                         Coordinate _remoteSecondaryCoord,
                         double _remoteSecondaryError,
                         long _remoteSecondaryAge,
                         java.util.Set<AddressIF> _nodes)