Class NotificationListenerBean
java.lang.Object
org.opendaylight.controller.blueprint.ext.NotificationListenerBean
Blueprint bean corresponding to the "notification-listener" element that registers a NotificationListener
with the NotificationService.
- Author:
- Thomas Pantelis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidinit()voidsetBundle(org.osgi.framework.Bundle bundle) voidsetNotificationListener(org.opendaylight.yangtools.yang.binding.NotificationListener notificationListener) voidsetNotificationService(org.opendaylight.mdsal.binding.api.NotificationService notificationService)
-
Constructor Details
-
NotificationListenerBean
public NotificationListenerBean()
-
-
Method Details
-
setNotificationService
public void setNotificationService(org.opendaylight.mdsal.binding.api.NotificationService notificationService) -
setNotificationListener
public void setNotificationListener(org.opendaylight.yangtools.yang.binding.NotificationListener notificationListener) -
setBundle
public void setBundle(org.osgi.framework.Bundle bundle) -
init
public void init() -
destroy
public void destroy()
-