All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VisiModel.EndSystemUpdate

java.lang.Object
   |
   +----VisiModel.ModelUpdate
           |
           +----VisiModel.NodeUpdate
                   |
                   +----VisiModel.EndSystemUpdate

public class EndSystemUpdate
extends NodeUpdate
Class definition for an update to an end system in an IP/ATM network.

Version:
$Revision: 1.11 $, $Date: 2000/10/12 14:09:11 $
Author:
John Cavanaugh

Constructor Index

 o EndSystemUpdate(int, String, String, long, int, long)
Construct an end system update.

Method Index

 o toString()
Get a string describing the end system update.

Constructors

 o EndSystemUpdate
 public EndSystemUpdate(int type,
                        String name,
                        String description,
                        long time,
                        int nodeType,
                        long flags)
Construct an end system update.

Parameters:
type - The update type.
name - The name of the node to be updated.
description - The node's description.
time - The time when the object data was created.
nodeType - The type of this node.
flags - The flags value of this node.

Methods

 o toString
 public String toString()
Get a string describing the end system update.

Returns:
A string describing the end system update object.
Overrides:
toString in class NodeUpdate

All Packages  Class Hierarchy  This Package  Previous  Next  Index