Class BindingDOMNotificationPublishServiceAdapter
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classBindingDOMNotificationPublishServiceAdapter.BuilderDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated, for removal: This API element is subject to removal in a future version.BindingToNormalizedNodeCodecgetCodecRegistry()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishServicegetDomPublishService()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.voidputNotification(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 InterruptedExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
putNotificationin interfaceorg.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:
offerNotificationin interfaceorg.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 InterruptedExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
offerNotificationin interfaceorg.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:
closein interfaceAutoCloseable
-
-