Package org.opendaylight.openflowplugin.applications.notification.supplier.impl.item
Package contains OF Items (Flow, Group, Meter ...) notification listener/supplier implementations
-
Class Summary Class Description 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.FlowNotificationSupplierImpl Implementation define a contract betweenFlow
data object andFlowAdded
,FlowUpdated
andFlowRemoved
notifications.GroupNotificationSupplierImpl Implementation define a contract betweenGroup
data object andGroupAdded
,GroupUpdated
andGroupRemoved
notifications.MeterNotificationSupplierImpl Implementation define a contract betweenMeter
data object andMeterAdded
,MeterUpdated
andMeterRemoved
notifications.