All Packages Class Hierarchy This Package Previous Next Index
Class VisiModel.SwitchUpdate
java.lang.Object
|
+----VisiModel.ModelUpdate
|
+----VisiModel.NodeUpdate
|
+----VisiModel.SwitchUpdate
- public class SwitchUpdate
- extends NodeUpdate
Class definition for an update to an ATM switch.
an IP/ATM network.
- Version:
- $Revision: 1.11 $, $Date: 2000/10/12 14:09:16 $
- Author:
- John Cavanaugh, Joseph Thomas
-
control
- The update type.
-
SwitchUpdate(int, String, String, String, long, long)
- Construct a switch update.
-
getControl()
- Get the control processor's name.
-
toString()
- Get a string describing the switch update object.
control
private String control
- The update type.
SwitchUpdate
public SwitchUpdate(int type,
String name,
String description,
String control,
long time,
long flags)
- Construct a switch update.
- Parameters:
- type - The update type.
- name - The name of the node to be updated.
- description - The node's description.
- control - The name of the switch's
control processor.
- time - The time when the object data was created.
- flags - The flags value of this node.
getControl
public String getControl()
- Get the control processor's name.
- Returns:
- The control processor's name.
toString
public String toString()
- Get a string describing the switch update object.
- Returns:
- A string describing the switch update object.
- Overrides:
- toString in class NodeUpdate
All Packages Class Hierarchy This Package Previous Next Index