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.
-
InfoDom(int, NodeTab[])
-
-
getNodeInfo(int)
-
-
getNodeNumber()
-
InfoDom
public InfoDom(int n,
NodeTab nodi[])
getNodeNumber
public int getNodeNumber()
getNodeInfo
public NodeTab getNodeInfo(int nnodo)
All Packages Class Hierarchy This Package Previous Next Index