O - - data tree item ObjectC - - Create notificationU - - Update notificationD - - Delete notificationpublic interface NotificationSupplierForItem<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,U 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. |
U |
updateNotification(O dataTreeItemObject,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<O> path)
Method produces relevant updateItem kind of
Notification from
data tree item identified by InstanceIdentifier path. |
getWildCardPathcloseC 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 NotificationU updateNotification(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.