Class HeliumNotificationProviderServiceWithInterestListeners

  • All Implemented Interfaces:
    AutoCloseable, org.opendaylight.controller.md.sal.common.api.notify.NotificationPublishService<org.opendaylight.yangtools.yang.binding.Notification>, org.opendaylight.controller.sal.binding.api.BindingAwareService, org.opendaylight.controller.sal.binding.api.NotificationProviderService, org.opendaylight.controller.sal.binding.api.NotificationService

    @Deprecated(forRemoval=true)
    public class HeliumNotificationProviderServiceWithInterestListeners
    extends HeliumNotificationProviderServiceAdapter
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.opendaylight.controller.sal.binding.api.NotificationProviderService

        org.opendaylight.controller.sal.binding.api.NotificationProviderService.NotificationInterestListener
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.controller.sal.binding.api.NotificationProviderService.NotificationInterestListener> registerInterestListener​(org.opendaylight.controller.sal.binding.api.NotificationProviderService.NotificationInterestListener listener)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      <T extends org.opendaylight.yangtools.yang.binding.Notification>
      org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.controller.sal.binding.api.NotificationListener<T>>
      registerNotificationListener​(Class<T> type, org.opendaylight.controller.sal.binding.api.NotificationListener<T> listener)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from interface org.opendaylight.controller.sal.binding.api.NotificationService

        registerNotificationListener
    • Constructor Detail

      • HeliumNotificationProviderServiceWithInterestListeners

        public HeliumNotificationProviderServiceWithInterestListeners​(BindingDOMNotificationPublishServiceAdapter publishService,
                                                                      BindingDOMNotificationServiceAdapter listenService,
                                                                      org.opendaylight.controller.md.sal.dom.spi.DOMNotificationSubscriptionListenerRegistry registry)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • registerInterestListener

        public org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.controller.sal.binding.api.NotificationProviderService.NotificationInterestListener> registerInterestListener​(org.opendaylight.controller.sal.binding.api.NotificationProviderService.NotificationInterestListener listener)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        registerInterestListener in interface org.opendaylight.controller.sal.binding.api.NotificationProviderService
        Overrides:
        registerInterestListener in class HeliumNotificationProviderServiceAdapter
      • registerNotificationListener

        public <T extends org.opendaylight.yangtools.yang.binding.Notification> org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.controller.sal.binding.api.NotificationListener<T>> registerNotificationListener​(Class<T> type,
                                                                                                                                                                                                                                           org.opendaylight.controller.sal.binding.api.NotificationListener<T> listener)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        registerNotificationListener in interface org.opendaylight.controller.sal.binding.api.NotificationService
        Overrides:
        registerNotificationListener in class HeliumNotificationServiceAdapter