Class BindingDOMNotificationPublishServiceAdapter

  • All Implemented Interfaces:
    AutoCloseable, org.opendaylight.controller.md.sal.binding.api.BindingService, org.opendaylight.controller.md.sal.binding.api.NotificationPublishService, org.opendaylight.controller.sal.binding.api.BindingAwareService

    @Deprecated(forRemoval=true)
    public class BindingDOMNotificationPublishServiceAdapter
    extends Object
    implements org.opendaylight.controller.md.sal.binding.api.NotificationPublishService, AutoCloseable
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Field Summary

      • Fields inherited from interface org.opendaylight.controller.md.sal.binding.api.NotificationPublishService

        REJECTED
    • 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.
       
      BindingToNormalizedNodeCodec getCodecRegistry()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishService getDomPublishService()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      com.google.common.util.concurrent.ListenableFuture<?> offerNotification​(org.opendaylight.yangtools.yang.binding.Notification notification)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      com.google.common.util.concurrent.ListenableFuture<?> offerNotification​(org.opendaylight.yangtools.yang.binding.Notification notification, int timeout, TimeUnit unit)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void putNotification​(org.opendaylight.yangtools.yang.binding.Notification notification)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Detail

      • BindingDOMNotificationPublishServiceAdapter

        public BindingDOMNotificationPublishServiceAdapter​(BindingToNormalizedNodeCodec codec,
                                                           org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishService domPublishService)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getCodecRegistry

        public BindingToNormalizedNodeCodec getCodecRegistry()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDomPublishService

        public org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishService getDomPublishService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • putNotification

        public void putNotification​(org.opendaylight.yangtools.yang.binding.Notification notification)
                             throws InterruptedException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        putNotification in interface org.opendaylight.controller.md.sal.binding.api.NotificationPublishService
        Throws:
        InterruptedException
      • offerNotification

        public com.google.common.util.concurrent.ListenableFuture<?> offerNotification​(org.opendaylight.yangtools.yang.binding.Notification notification)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        offerNotification in interface org.opendaylight.controller.md.sal.binding.api.NotificationPublishService
      • offerNotification

        public com.google.common.util.concurrent.ListenableFuture<?> offerNotification​(org.opendaylight.yangtools.yang.binding.Notification notification,
                                                                                       int timeout,
                                                                                       TimeUnit unit)
                                                                                throws InterruptedException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        offerNotification in interface org.opendaylight.controller.md.sal.binding.api.NotificationPublishService
        Throws:
        InterruptedException
      • close

        public void close()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        close in interface AutoCloseable