Uses of Interface
org.opendaylight.controller.sal.binding.api.NotificationProviderService
-
-
Uses of NotificationProviderService in org.opendaylight.controller.md.sal.binding.compat
Classes in org.opendaylight.controller.md.sal.binding.compat that implement NotificationProviderService Modifier and Type Class Description class
HeliumNotificationProviderServiceAdapter
Deprecated, for removal: This API element is subject to removal in a future version.class
HeliumNotificationProviderServiceWithInterestListeners
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NotificationProviderService in org.opendaylight.controller.md.sal.binding.impl
Methods in org.opendaylight.controller.md.sal.binding.impl that return NotificationProviderService Modifier and Type Method Description NotificationProviderService
BindingBrokerWiring. getNotificationProviderService()
Deprecated. -
Uses of NotificationProviderService in org.opendaylight.controller.md.sal.binding.util
Classes in org.opendaylight.controller.md.sal.binding.util with type parameters of type NotificationProviderService Modifier and Type Class Description class
AbstractBindingSalProviderInstance<N extends NotificationProviderService,R extends RpcProviderRegistry>
Deprecated, for removal: This API element is subject to removal in a future version.Classes in org.opendaylight.controller.md.sal.binding.util that implement NotificationProviderService Modifier and Type Class Description class
AbstractBindingSalProviderInstance<N extends NotificationProviderService,R extends RpcProviderRegistry>
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NotificationProviderService in org.opendaylight.controller.sal.binding.impl
Classes in org.opendaylight.controller.sal.binding.impl that implement NotificationProviderService Modifier and Type Class Description static class
RootBindingAwareBroker.RootSalInstance
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.controller.sal.binding.impl that return NotificationProviderService Modifier and Type Method Description NotificationProviderService
RootBindingAwareBroker. getNotificationBroker()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.controller.sal.binding.impl with parameters of type NotificationProviderService Modifier and Type Method Description void
RootBindingAwareBroker. setNotificationBroker(NotificationProviderService notificationBroker)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.controller.sal.binding.impl with parameters of type NotificationProviderService Constructor Description RootSalInstance(RpcProviderRegistry rpcRegistry, NotificationProviderService notificationBroker)
-