| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
NotificationPublishService.offerNotification(Notification notification)
Publishes a notification to subscribed listeners. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
NotificationPublishService.offerNotification(Notification notification,
                 int timeout,
                 TimeUnit unit)
Publishes a notification to subscribed listeners. 
 | 
void | 
NotificationPublishService.putNotification(Notification notification)
Publishes a notification to subscribed listeners. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Notification | 
BindingToNormalizedNodeCodec.fromNormalizedNodeNotification(org.opendaylight.yangtools.yang.model.api.SchemaPath path,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode data)  | 
Notification | 
LazySerializedDOMNotification.getBindingData()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Class<? extends Notification>> | 
BindingToNormalizedNodeCodec.getNotificationClasses(Set<org.opendaylight.yangtools.yang.model.api.SchemaPath> interested)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
BindingDOMNotificationPublishServiceAdapter.offerNotification(Notification notification)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Object> | 
BindingDOMNotificationPublishServiceAdapter.offerNotification(Notification notification,
                 int timeout,
                 TimeUnit unit)  | 
void | 
BindingDOMNotificationPublishServiceAdapter.putNotification(Notification notification)  | 
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | 
BindingToNormalizedNodeCodec.toNormalizedNodeNotification(Notification data)  | 
| Modifier and Type | Method and Description | 
|---|---|
Notification | 
BindingNormalizedNodeSerializer.fromNormalizedNodeNotification(org.opendaylight.yangtools.yang.model.api.SchemaPath path,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode data)
Translates supplied NormalizedNode Notification into Binding data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | 
BindingNormalizedNodeSerializer.toNormalizedNodeNotification(Notification data)
Translates supplied Binding Notification or output into NormalizedNode notification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BindingStreamEventWriter | 
BindingNormalizedNodeWriterFactory.newNotificationWriter(Class<? extends Notification> notification,
                     org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter domWriter)
Creates a  
BindingStreamEventWriter for notification which will
 translate to NormalizedNode model and invoke proper events on supplied
 NormalizedNodeStreamWriter. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
OutOfPixieDustNotification
Just a testing notification that we can not fly for now. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TwoLevelListChanged
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IgpLinkEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology 
 | 
interface  | 
IgpNodeEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology 
 | 
interface  | 
IgpPrefixEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology 
 | 
interface  | 
TerminationPointEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NotificationModule1
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module1 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Notification | 
BindingNormalizedNodeSerializer.fromNormalizedNodeNotification(org.opendaylight.yangtools.yang.model.api.SchemaPath path,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode data)
Deprecated.  
Translates supplied NormalizedNode Notification into Binding data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | 
BindingNormalizedNodeSerializer.toNormalizedNodeNotification(Notification data)
Deprecated.  
Translates supplied Binding Notification or output into NormalizedNode notification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BindingStreamEventWriter | 
BindingNormalizedNodeWriterFactory.newNotificationWriter(Class<? extends Notification> notification,
                     org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter domWriter)
Deprecated.  
Creates a  
BindingStreamEventWriter for notification which will
 translate to NormalizedNode model and invoke proper events on supplied
 NormalizedNodeStreamWriter. | 
| Modifier and Type | Method and Description | 
|---|---|
Notification | 
BindingNormalizedNodeCodecRegistry.fromNormalizedNodeNotification(org.opendaylight.yangtools.yang.model.api.SchemaPath path,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode data)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | 
BindingNormalizedNodeCodecRegistry.toNormalizedNodeNotification(Notification data)  | 
| Modifier and Type | Method and Description | 
|---|---|
BindingStreamEventWriter | 
BindingNormalizedNodeCodecRegistry.newNotificationWriter(Class<? extends Notification> notification,
                     org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter streamWriter)  | 
Copyright © 2018 OpenDaylight. All rights reserved.