Uses of Class
org.opendaylight.openflowplugin.applications.notification.supplier.impl.AbstractNotificationSupplierBase
-
Packages that use AbstractNotificationSupplierBase Package Description 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 AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl
Subclasses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl Modifier and Type Class Description 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 AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item
Subclasses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item 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 AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat
Subclasses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat 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.
-