public class NodeConnectorNotificationSupplierImpl extends AbstractNotificationSupplierForItemRoot<FlowCapableNodeConnector,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorUpdated,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRemoved>
FlowCapableNodeConnector data object
and NodeConnectorUpdated and NodeConnectorRemoved notifications.clazz| Constructor and Description |
|---|
NodeConnectorNotificationSupplierImpl(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.NodeConnectorUpdated |
createNotification(FlowCapableNodeConnector flowCapableNodeConnector,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnector> path)
Method produces relevant addItem kind of
Notification from data tree item identified by
InstanceIdentifier path. |
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRemoved |
deleteNotification(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnector> path)
Method produces relevant deleteItem kind of
Notification from
path InstanceIdentifier to deleted item. |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnector> |
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 NodeConnectorNotificationSupplierImpl(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<FlowCapableNodeConnector> getWildCardPath()
NotificationSupplierDefinitionInstanceIdentifierpublic org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorUpdated createNotification(FlowCapableNodeConnector flowCapableNodeConnector, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnector> path)
NotificationSupplierForItemRootNotification from data tree item identified by
InstanceIdentifier path.flowCapableNodeConnector - - Data Tree Item objectpath - - Identifier of Data Tree ItemNotification - relevant API contract Notificationpublic org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRemoved deleteNotification(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnector> path)
NotificationSupplierForItemRootNotification from
path InstanceIdentifier to deleted item.path - - Identifier of Data Tree ItemNotification - relevant API contract NotificationCopyright © 2019 OpenDaylight. All rights reserved.