Package | Description |
---|---|
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.broker.impl | |
org.opendaylight.controller.md.sal.dom.spi |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.offerNotification(DOMNotification notification)
Deprecated.
Attempt to publish a notification.
|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit)
Deprecated.
Attempt to publish a notification.
|
void |
DOMNotificationListener.onNotification(DOMNotification notification)
Invoked whenever a
DOMNotification matching the subscription
criteria is received. |
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.putNotification(DOMNotification notification)
Deprecated.
Publish a notification.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationRouter.offerNotification(DOMNotification notification) |
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationRouter.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit) |
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationRouter.putNotification(DOMNotification notification) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification) |
com.google.common.util.concurrent.ListenableFuture<?> |
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit) |
com.google.common.util.concurrent.ListenableFuture<?> |
ForwardingDOMNotificationPublishService.putNotification(DOMNotification notification) |
Copyright © 2019 OpenDaylight. All rights reserved.