Uses of Interface
org.opendaylight.openflowplugin.applications.notification.supplier.NotificationSupplierDefinition
-
Packages that use NotificationSupplierDefinition Package Description org.opendaylight.openflowplugin.applications.notification.supplier Base project package for a module Provider and base notification listener/supplier interface.org.opendaylight.openflowplugin.applications.notification.supplier.impl Package contains notification listener/supplier implementations.org.opendaylight.openflowplugin.applications.notification.supplier.impl.item Package contains OF Items (Flow, Group, Meter ...) notification listener/supplier implementationsorg.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat Package contains OF Statistics Items (Flow, Group, Meter ...) notification listener/supplier implementations -
-
Uses of NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier
Subinterfaces of NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier Modifier and Type Interface Description interfaceNotificationSupplierForItem<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>Supplier Item contracts definition for every Notification.interfaceNotificationSupplierForItemRoot<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification>Supplier Root Item contracts definition for every Notification.interfaceNotificationSupplierForItemStat<O extends org.opendaylight.yangtools.yang.binding.DataObject,N extends org.opendaylight.yangtools.yang.binding.Notification>Notifications for Statistics have little bit different case, because it looks like they have response for create and update. -
Uses of NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier.impl
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl that implement NotificationSupplierDefinition Modifier and Type Class Description classAbstractNotificationSupplierBase<O extends org.opendaylight.yangtools.yang.binding.DataObject>Public abstract basic Supplier implementation contains code for a make Supplier instance, registration Supplier likeDataTreeChangeListenerand close method.classAbstractNotificationSupplierForItemRoot<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification>Class is package protected abstract implementation for all Root Items Notification Suppliers.classNodeConnectorNotificationSupplierImplImplementation define a contract betweenFlowCapableNodeConnectordata object andNodeConnectorUpdatedandNodeConnectorRemovednotifications.classNodeNotificationSupplierImplImplementation define a contract betweenFlowCapableNodedata object andNodeUpdatedandNodeRemovednotifications. -
Uses of NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item that implement NotificationSupplierDefinition Modifier and Type Class Description classAbstractNotificationSupplierForItem<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.classFlowNotificationSupplierImplImplementation define a contract betweenFlowdata object andFlowAdded,FlowUpdatedandFlowRemovednotifications.classGroupNotificationSupplierImplImplementation define a contract betweenGroupdata object andGroupAdded,GroupUpdatedandGroupRemovednotifications.classMeterNotificationSupplierImplImplementation define a contract betweenMeterdata object andMeterAdded,MeterUpdatedandMeterRemovednotifications. -
Uses of NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat that implement NotificationSupplierDefinition Modifier and Type Class Description classAbstractNotificationSupplierForItemStat<O extends org.opendaylight.yangtools.yang.binding.DataObject,N extends org.opendaylight.yangtools.yang.binding.Notification>Class is package protected abstract implementation for all Old Statistics Notification Suppliers.classFlowStatNotificationSupplierImplImplementation define a contract betweenFlowStatisticsdata object andFlowsStatisticsUpdatenotification.classFlowTableStatNotificationSupplierImplImplementation define a contract betweenFlowTableStatisticsdata object andFlowTableStatisticsUpdatenotification.classGroupStatNotificationSupplierImplImplementation define a contract betweenGroupStatisticsdata object andGroupStatisticsUpdatednotification.classMeterStatNotificationSupplierImplImplementation define a contract betweenMeterStatisticsdata object andMeterStatisticsUpdatednotification.classNodeConnectorStatNotificationSupplierImplImplementation define a contract betweenFlowCapableNodeConnectorStatisticsdata object andNodeConnectorStatisticsUpdatenotification.classQueueStatNotificationSupplierImplImplementation define a contract betweenFlowCapableNodeConnectorQueueStatisticsDatadata object andQueueStatisticsUpdatenotification.
-