Package | Description |
---|---|
org.opendaylight.openflowplugin.applications.notification.supplier.impl.item |
Package contains OF Items (Flow, Group, Meter ...) notification listener/supplier implementations
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotificationSupplierForItem<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>
Class is package protected abstract implementation for all Old Root Items
Notification Suppliers.
|
class |
FlowNotificationSupplierImpl
Implementation define a contract between
Flow data object
and FlowAdded , FlowUpdated and FlowRemoved notifications. |
class |
GroupNotificationSupplierImpl
Implementation define a contract between
Group data object
and GroupAdded , GroupUpdated and GroupRemoved notifications. |
class |
MeterNotificationSupplierImpl
Implementation define a contract between
Meter data object
and MeterAdded , MeterUpdated and MeterRemoved notifications. |
Copyright © 2019 OpenDaylight. All rights reserved.