RMON sample overview
This RMON sample shows how to subclass the SNMP managed object.
Detail of the RMON sample
Sample code defining six Java classes is provided.
-
TWGRMONAddressEntryShadow
-
Address entry shadow for TWGSNMPDevice
-
TWGRMONDevice
-
Extends TWGSNMPDevice.
This is the class from which all other TWGSNMPxxxx device types are derived.
It represents the existence of an SNMP agent at a particular IP address
and the existence of at least part of MIB II.
-
TWGRMONDeviceExtension
-
Sample engine extension class, defined by the
SampExt.TWGExt
property file
-
TWGRMONDeviceObjectFactory
-
Base class for representing the managed object factory for Director workgroup RMON clients
-
TWGRMONResources
-
String resource bundle which includes all of the translated text for the RMON device extension.
-
TWGRMONTest
-
Observes all Get and GetResponse operations performed to accomplish SNMP discovery
Source files of the sample