Class NodeBegin

java.lang.Object
   |
   +----CollectorUpdate
           |
           +----NodeBegin

public class NodeBegin
extends CollectorUpdate
Class defining the beginning of a collector cycle for a specific node.

Version:
$Revision: 1.9 $, $Date: 2000/10/12 14:09:50 $
Author:
Mike Spengler, Joseph Thomas

Constructor Index

 o NodeBegin(NodeAddress)
Class constructor.
 o NodeBegin(NodeAddress, long)
Class constructor.

Method Index

 o process(CollectorNetwork)
Applies this update object to the network model.
 o toString()
Returns a string describing this object.

Constructors

 o NodeBegin
 public NodeBegin(NodeAddress addr)
Class constructor.

Parameters:
addr - the address of the node from which the data for this collector cycle will be obtained
 o NodeBegin
 public NodeBegin(NodeAddress addr,
                  long utime)
Class constructor.

Parameters:
addr - the address of the node from which the data for this collector cycle will be obtained
utime - the time when the update data was collected

Methods

 o process
 public void process(CollectorNetwork net)
Applies this update object to the network model.

Parameters:
net - the network which this object updates
Overrides:
process in class CollectorUpdate
 o toString
 public String toString()
Returns a string describing this object.

Returns:
string describing this object
Overrides:
toString in class Object