| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.dom.api |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationPublishService.offerNotification(DOMNotification notification)
Attempt to publish a notification.
|
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationPublishService.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit)
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<? extends Object> |
DOMNotificationPublishService.putNotification(DOMNotification notification)
Publish a notification.
|
Copyright © 2016 OpenDaylight. All rights reserved.