Class UpdatePacket

java.lang.Object
  extended by UpdatePacket
Direct Known Subclasses:
DVUpdatePacket

public class UpdatePacket
extends java.lang.Object

Objects of this class carry update information from one node to another.


Field Summary
 Node fromNode
          Source node (sender of this update packet).
 
Constructor Summary
protected UpdatePacket(Node from)
          It's inappropriate to try to construct one of these directly - in fact you can't.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromNode

public Node fromNode
Source node (sender of this update packet).

Constructor Detail

UpdatePacket

protected UpdatePacket(Node from)
It's inappropriate to try to construct one of these directly - in fact you can't. Construct one of the derived classes.