O
- - data tree item ObjectC
- - Create notificationD
- - Delete notificationpublic interface NotificationSupplierForItemRoot<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification> extends NotificationSupplierDefinition<O>
Modifier and Type | Method and Description |
---|---|
C |
createNotification(O dataTreeItemObject,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<O> path)
Method produces relevant addItem kind of
Notification from data tree item identified by
InstanceIdentifier path. |
D |
deleteNotification(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<O> path)
Method produces relevant deleteItem kind of
Notification from
path InstanceIdentifier to deleted item. |
getWildCardPath
close
C createNotification(O dataTreeItemObject, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<O> path)
Notification
from data tree item identified by
InstanceIdentifier
path.dataTreeItemObject
- - Data Tree Item objectpath
- - Identifier of Data Tree ItemNotification
- relevant API contract NotificationD deleteNotification(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<O> path)
Notification
from
path InstanceIdentifier
to deleted item.path
- - Identifier of Data Tree ItemNotification
- relevant API contract NotificationCopyright © 2019 OpenDaylight. All rights reserved.