public class NotificationProvider extends Object implements AutoCloseable
| Constructor and Description |
|---|
NotificationProvider(org.opendaylight.controller.sal.binding.api.NotificationProviderService nps,
org.opendaylight.controller.md.sal.binding.api.DataBroker db,
boolean flowSupp,
boolean meterSupp,
boolean groupSupp,
boolean connectorStatSupp,
boolean flowStatSupp,
boolean flowTableStatSupp,
boolean meterStatSupp,
boolean groupStatSupp,
boolean queueStatSupp)
Provider constructor set all needed final parameters.
|
public NotificationProvider(org.opendaylight.controller.sal.binding.api.NotificationProviderService nps,
org.opendaylight.controller.md.sal.binding.api.DataBroker db,
boolean flowSupp,
boolean meterSupp,
boolean groupSupp,
boolean connectorStatSupp,
boolean flowStatSupp,
boolean flowTableStatSupp,
boolean meterStatSupp,
boolean groupStatSupp,
boolean queueStatSupp)
nps - - notifProviderServicedb - - dataBrokerflowSupp - - Flow Support FlagmeterSupp - - Meter Support FlaggroupSupp - - Group Support FlagconnectorStatSupp - - Connector Stat Support FlagflowStatSupp - - Flow Stat Support FlagflowTableStatSupp - - Flow Table Stat Support FlagmeterStatSupp - - Meter Stat Support FlaggroupStatSupp - - Group Stat Support FlagqueueStatSupp - - Queue Stat Support Flagpublic void start()
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2019 OpenDaylight. All rights reserved.