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.
-
c
-
-
m
-
-
CheckPort(String, MC2)
- Constructor that overwrites the constructor in MC2.
-
putIntoList()
- puts the targets of the Cfg file into the list.
m
protected MC2 m
c
protected CheckPort c
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
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