Class CdpGlobalGroupTracker

  • All Implemented Interfaces:
    Collectable, ProxiableTracker

    public final class CdpGlobalGroupTracker
    extends AggregateTracker

    Dot1dBaseGroup 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

      • CDP_GLOBAL_RUN

        public static final java.lang.String CDP_GLOBAL_RUN
        the bridge type
        See Also:
        Constant Field Values
      • CDP_GLOBAL_DEVICEID

        public static final java.lang.String CDP_GLOBAL_DEVICEID
        See Also:
        Constant Field Values
      • CDP_GLOBAL_DEVICEID_FORMAT

        public static final java.lang.String CDP_GLOBAL_DEVICEID_FORMAT
        See Also:
        Constant Field Values
      • ms_elemList

        public static final NamedSnmpVar[] ms_elemList
    • Constructor Detail

      • CdpGlobalGroupTracker

        public CdpGlobalGroupTracker()

        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.