All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class NetMonitor.InfoDom

java.lang.Object
   |
   +----NetMonitor.InfoDom

public class InfoDom
extends Object
implements Serializable
Struttura che contiene le informazioni sullo stato del dominio consiste in un Array di Oggetti NodeTab, uno per ogni nodo del dominio. Viene passata al cliente (anche Applet) come stato di un dominio.


Constructor Index

 o InfoDom(int, NodeTab[])

Method Index

 o getNodeInfo(int)
 o getNodeNumber()

Constructors

 o InfoDom
 public InfoDom(int n,
                NodeTab nodi[])

Methods

 o getNodeNumber
 public int getNodeNumber()
 o getNodeInfo
 public NodeTab getNodeInfo(int nnodo)

All Packages  Class Hierarchy  This Package  Previous  Next  Index