Class LLDPActivator
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.topology.lldp.LLDPActivator
-
- All Implemented Interfaces:
AutoCloseable
@Singleton public class LLDPActivator extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description LLDPActivator(org.opendaylight.mdsal.binding.api.NotificationService notificationService, LLDPDiscoveryListener lldpDiscoveryListener, TopologyLldpDiscoveryConfig topologyLldpDiscoveryConfig)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static String
getLldpSecureKey()
-
-
-
Constructor Detail
-
LLDPActivator
@Inject public LLDPActivator(org.opendaylight.mdsal.binding.api.NotificationService notificationService, LLDPDiscoveryListener lldpDiscoveryListener, TopologyLldpDiscoveryConfig topologyLldpDiscoveryConfig)
-
-
Method Detail
-
close
@PreDestroy public void close()
- Specified by:
close
in interfaceAutoCloseable
-
getLldpSecureKey
public static String getLldpSecureKey()
-
-