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

Variable Index

 o intfName
The interface name.
 o intfType
The interface type.
 o ipAddr
The interface's IP address.
 o netMask
The interface's netmask value.
 o nodeName
The name of the node on which the interface exists.
 o phyAddr
The interface's physical layer address.

Constructor Index

 o NodeIntfUpdate(int, String, String, int, String, String, String, long)
Construct an interface update.

Method Index

 o getIntfName()
Get the interface name.
 o getIntfType()
Get the interface type.
 o getIPAddr()
Get the interface's IP address.
 o getNetMask()
Get the interface's netmask value.
 o getNodeName()
Get the node name.
 o getPhyAddr()
Get the interface's physical layer address.
 o toString()
Get a string describing the interface update.

Variables

 o nodeName
 private String nodeName
The name of the node on which the interface exists.

 o intfName
 private String intfName
The interface name.

 o intfType
 private int intfType
The interface type.

 o phyAddr
 private String phyAddr
The interface's physical layer address.

 o ipAddr
 private String ipAddr
The interface's IP address.

 o netMask
 private String netMask
The interface's netmask value.

Constructors

 o 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.

Methods

 o getNodeName
 public String getNodeName()
Get the node name.

Returns:
The node name.
 o getIntfName
 public String getIntfName()
Get the interface name.

Returns:
The interface name.
 o getIntfType
 public int getIntfType()
Get the interface type.

Returns:
The interface type.
 o getPhyAddr
 public String getPhyAddr()
Get the interface's physical layer address.

Returns:
The interface's physical layer address.
 o getIPAddr
 public String getIPAddr()
Get the interface's IP address.

Returns:
The interface's IP address.
 o getNetMask
 public String getNetMask()
Get the interface's netmask value.

Returns:
The interface's netmask value for the IP address.
 o 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