All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.swisslife.ibgm.mc2.CheckPort

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ch.swisslife.ibgm.mc2.MC2
                                           |
                                           +----ch.swisslife.ibgm.mc2.CheckPort

public class CheckPort
extends MC2
class that allows to check the port number on a device. This can be important if a router's interfaces have changed, because mrtg identifies an interface with it's SNMP port number, which may not be the same after a change in the router.


Variable Index

 o c
 o m

Constructor Index

 o CheckPort(String, MC2)
Constructor that overwrites the constructor in MC2.

Method Index

 o putIntoList()
puts the targets of the Cfg file into the list.

Variables

 o m
 protected MC2 m
 o c
 protected CheckPort c

Constructors

 o CheckPort
 public CheckPort(String title,
                  MC2 m)
Constructor that overwrites the constructor in MC2. It doesn't uses all of the GUI components of MC2.

Parameters:
title - String with the window title
m - MC2 Object that called me

Methods

 o putIntoList
 protected void putIntoList()
puts the targets of the Cfg file into the list.

Overrides:
putIntoList in class MC2

All Packages  Class Hierarchy  This Package  Previous  Next  Index