Class NodeDiscoveryBridge

  • All Implemented Interfaces:
    java.lang.Runnable, ReadyRunnable

    public final class NodeDiscoveryBridge
    extends NodeCollector
    This class is designed to collect the necessary SNMP information from the target address and store the collected information. When the class is initially constructed no information is collected. The SNMP Session creating and collection occurs in the main run method of the instance. This allows the collection to occur in a thread if necessary.
    • Constructor Detail

      • NodeDiscoveryBridge

        public NodeDiscoveryBridge​(BridgeTopologyService bridgeTopologyService,
                                   int maxSize,
                                   LocationAwareSnmpClient locationAwareSnmpClient,
                                   long interval,
                                   long initial,
                                   Node node,
                                   boolean disableBridgeVlanDiscovery)
        Constructs a new SNMP collector for Bridge Node Discovery. The collection does not occur until the run method is invoked.
        Parameters:
        EnhancedLinkd - linkd
        LinkableNode - node