public class NodeNotificationSupplierImpl extends AbstractNotificationSupplierForItemRoot<FlowCapableNode,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeUpdated,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRemoved>
FlowCapableNode data object
and NodeUpdated and NodeRemoved notifications.clazz| Constructor and Description |
|---|
NodeNotificationSupplierImpl(org.opendaylight.controller.sal.binding.api.NotificationProviderService notifProviderService,
org.opendaylight.controller.md.sal.binding.api.DataBroker db)
Constructor register supplier as DataTreeChangeListener and create wildCarded InstanceIdentifier.
|
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeUpdated |
createNotification(FlowCapableNode flowCapableNode,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> ii)
Method produces relevant addItem kind of
Notification from data tree item identified by
InstanceIdentifier path. |
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRemoved |
deleteNotification(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> path)
Method produces relevant deleteItem kind of
Notification from
path InstanceIdentifier to deleted item. |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> |
getWildCardPath()
Method return wildCardPath for Listener registration and for identify
the correct KeyInstanceIdentifier from Data Tree Item in DataStore.
|
add, onDataTreeChanged, remove, updateclose, createNodeRef, getNodeId, getNodeII, getNodeWildIIclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic NodeNotificationSupplierImpl(org.opendaylight.controller.sal.binding.api.NotificationProviderService notifProviderService,
org.opendaylight.controller.md.sal.binding.api.DataBroker db)
notifProviderService - - NotificationProviderServicedb - - DataBrokerpublic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> getWildCardPath()
NotificationSupplierDefinitionInstanceIdentifierpublic org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeUpdated createNotification(FlowCapableNode flowCapableNode, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> ii)
NotificationSupplierForItemRootNotification from data tree item identified by
InstanceIdentifier path.flowCapableNode - - Data Tree Item objectii - - Identifier of Data Tree ItemNotification - relevant API contract Notificationpublic org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRemoved deleteNotification(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> path)
NotificationSupplierForItemRootNotification from
path InstanceIdentifier to deleted item.path - - Identifier of Data Tree ItemNotification - relevant API contract NotificationCopyright © 2019 OpenDaylight. All rights reserved.