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

Variable Index

 o control
The update type.

Constructor Index

 o SwitchUpdate(int, String, String, String, long, long)
Construct a switch update.

Method Index

 o getControl()
Get the control processor's name.
 o toString()
Get a string describing the switch update object.

Variables

 o control
 private String control
The update type.

Constructors

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

Methods

 o getControl
 public String getControl()
Get the control processor's name.

Returns:
The control processor's name.
 o 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