All Packages Class Hierarchy This Package Previous Next Index
Class VisiModel.NodeIntfUpdate
java.lang.Object
|
+----VisiModel.ModelUpdate
|
+----VisiModel.NodeIntfUpdate
- public class NodeIntfUpdate
- extends ModelUpdate
Class definition for an update to an interface on an end system in
an IP/ATM network.
- Version:
- $Revision: 1.9 $, $Date: 2000/10/12 14:09:15 $
- Author:
- John Cavanaugh, Joseph Thomas
-
intfName
- The interface name.
-
intfType
- The interface type.
-
ipAddr
- The interface's IP address.
-
netMask
- The interface's netmask value.
-
nodeName
- The name of the node on which the interface exists.
-
phyAddr
- The interface's physical layer address.
-
NodeIntfUpdate(int, String, String, int, String, String, String, long)
- Construct an interface update.
-
getIntfName()
- Get the interface name.
-
getIntfType()
- Get the interface type.
-
getIPAddr()
- Get the interface's IP address.
-
getNetMask()
- Get the interface's netmask value.
-
getNodeName()
- Get the node name.
-
getPhyAddr()
- Get the interface's physical layer address.
-
toString()
- Get a string describing the interface update.
nodeName
private String nodeName
- The name of the node on which the interface exists.
intfName
private String intfName
- The interface name.
intfType
private int intfType
- The interface type.
phyAddr
private String phyAddr
- The interface's physical layer address.
ipAddr
private String ipAddr
- The interface's IP address.
netMask
private String netMask
- The interface's netmask value.
NodeIntfUpdate
public NodeIntfUpdate(int type,
String name,
String intfName,
int intfType,
String phyAddr,
String ipAddr,
String netMask,
long time)
- Construct an interface update.
- Parameters:
- type - The update type.
- name - The name of the node to be updated.
- intfName - The name of the interface to be updated.
- intfType - The type of the interface.
- phyAddr - The physical layer address for the interface.
- ipAddr - The IP address for the interface.
- netMask - The netmask for the IP address.
- time - The time when the object data was created.
getNodeName
public String getNodeName()
- Get the node name.
- Returns:
- The node name.
getIntfName
public String getIntfName()
- Get the interface name.
- Returns:
- The interface name.
getIntfType
public int getIntfType()
- Get the interface type.
- Returns:
- The interface type.
getPhyAddr
public String getPhyAddr()
- Get the interface's physical layer address.
- Returns:
- The interface's physical layer address.
getIPAddr
public String getIPAddr()
- Get the interface's IP address.
- Returns:
- The interface's IP address.
getNetMask
public String getNetMask()
- Get the interface's netmask value.
- Returns:
- The interface's netmask value for the IP address.
toString
public String toString()
- Get a string describing the interface update.
- Returns:
- A string describing the interface update object.
- Overrides:
- toString in class ModelUpdate
All Packages Class Hierarchy This Package Previous Next Index