Class SNMPCollectorEntry


  • public final class SNMPCollectorEntry
    extends AbstractSnmpStore

    The SNMPCollectorEntry class is designed to hold all SNMP collected data pertaining to a particular interface.

    An instance of this class is created by calling the constructor and passing a list of SnmpVarBindDTO objects from an SNMP PDU response. This class extends java.util.TreeMap which is used to store each of the collected data points indexed by object identifier.

    Version:
    $Id: $
    Author:
    Jon Whetzel , Jon Whetzel , Mike Davidson