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.mdsal.binding.api.NotificationPublishService notifProviderService,
org.opendaylight.mdsal.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, update
close, createNodeRef, getNodeId, getNodeII, getNodeWildII
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public NodeConnectorNotificationSupplierImpl(org.opendaylight.mdsal.binding.api.NotificationPublishService notifProviderService, org.opendaylight.mdsal.binding.api.DataBroker db)
notifProviderService
- - NotificationPublishService
db
- - DataBroker
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnector> getWildCardPath()
NotificationSupplierDefinition
InstanceIdentifier
public org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorUpdated createNotification(FlowCapableNodeConnector flowCapableNodeConnector, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnector> path)
NotificationSupplierForItemRoot
Notification
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)
NotificationSupplierForItemRoot
Notification
from
path InstanceIdentifier
to deleted item.path
- - Identifier of Data Tree ItemNotification
- relevant API contract NotificationCopyright © 2020 OpenDaylight. All rights reserved.