Class LLDPDiscoveryListener
java.lang.Object
org.opendaylight.openflowplugin.applications.topology.lldp.LLDPDiscoveryListener
- All Implemented Interfaces:
EventListener
,org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>
@Singleton
public class LLDPDiscoveryListener
extends Object
implements org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>
-
Constructor Summary
ConstructorDescriptionLLDPDiscoveryListener
(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService, LLDPLinkAger lldpLinkAger, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService) -
Method Summary
-
Constructor Details
-
LLDPDiscoveryListener
@Inject public LLDPDiscoveryListener(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService, LLDPLinkAger lldpLinkAger, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService)
-
-
Method Details
-
onNotification
- Specified by:
onNotification
in interfaceorg.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>
-