Class Dot1dBaseTracker

  • All Implemented Interfaces:
    Collectable, ProxiableTracker

    public final class Dot1dBaseTracker
    extends AggregateTracker

    Dot1dBase holds the dot1dBridge.dot1dBase group properties It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests/receive replies.

    Version:
    $Id: $
    Author:
    Antonio Russo
    See Also:
    RFC1213
    • Field Detail

      • BASE_BRIDGE_ADDRESS

        public static final String BASE_BRIDGE_ADDRESS
        Constant BASE_BRIDGE_ADDRESS="dot1dBaseBridgeAddress"
        See Also:
        Constant Field Values
      • BASE_NUM_PORTS

        public static final String BASE_NUM_PORTS
        Constant BASE_NUM_PORTS="dot1dBaseNumPorts"
        See Also:
        Constant Field Values
      • STP_PROTOCOL_SPEC

        public static final String STP_PROTOCOL_SPEC
        Constant STP_PROTOCOL_SPEC="dot1dStpProtocolSpecification"
        See Also:
        Constant Field Values
      • STP_DESIGNATED_ROOT

        public static final String STP_DESIGNATED_ROOT
        Constant STP_DESIGNATED_ROOT="dot1dStpDesignatedRoot"
        See Also:
        Constant Field Values
      • ms_elemList

        public static NamedSnmpVar[] ms_elemList

        The keys that will be supported by default from the TreeMap base class. Each of the elements in the list are an instance of the STP Node table. Objects in this list should be used by multiple instances of this class.

    • Constructor Detail

      • Dot1dBaseTracker

        public Dot1dBaseTracker()

        The class constructor is used to initialize the collector and send out the initial SNMP packet requesting data. The data is then received and store by the object. When all the data has been collected the passed signaler object is notified using the notifyAll() method.

        Parameters:
        address - a InetAddress object.