netcom.gui
Class NodeData

java.lang.Object
  extended bynetcom.gui.NodeData

public class NodeData
extends java.lang.Object

Title:

Description: Contains the data.statistics about every node

Copyright: Copyright (c) 2002

Company: NETCOM


Field Summary
 NodeEntry node_entry
          object retrieved from LDAP
 LogMessage node_statistics
          object received from a node
 boolean normal
          if failed to connect to a node
 long time
          timestamp when the last update was received
 
Constructor Summary
NodeData()
          Creates new NodeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node_entry

public NodeEntry node_entry
object retrieved from LDAP


node_statistics

public LogMessage node_statistics
object received from a node


time

public long time
timestamp when the last update was received


normal

public boolean normal
if failed to connect to a node

Constructor Detail

NodeData

public NodeData()
Creates new NodeData