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
-
NodeBegin(NodeAddress)
- Class constructor.
-
NodeBegin(NodeAddress, long)
- Class constructor.
-
process(CollectorNetwork)
- Applies this update object to the network model.
-
toString()
- Returns a string describing this object.
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
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
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
toString
public String toString()
- Returns a string describing this object.
- Returns:
- string describing this object
- Overrides:
- toString in class Object