| Modifier and Type | Class and Description | 
|---|---|
class  | 
LazySerializedDOMNotification
Lazy serialized implementation of DOM Notification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BindingDOMNotificationListenerAdapter.onNotification(DOMNotification notification)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DOMNotification | 
LazySerializedDOMNotification.create(BindingNormalizedNodeSerializer codec,
      Notification<?> data)
Create serializer of Binding notification data to DOM notification with specific codec. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
DOMNotificationRouter.offerNotification(DOMNotification notification)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
DOMNotificationRouter.offerNotification(DOMNotification notification,
                 long timeout,
                 TimeUnit unit)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
DOMNotificationRouter.putNotification(DOMNotification notification)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification,
                 long timeout,
                 TimeUnit unit)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
ForwardingDOMNotificationPublishService.putNotification(DOMNotification notification)  | 
Copyright © 2018 OpenDaylight. All rights reserved.