Class NotificationProvider
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.notification.supplier.NotificationProvider
-
- All Implemented Interfaces:
AutoCloseable
public class NotificationProvider extends Object implements AutoCloseable
Provider Implementation.
-
-
Constructor Summary
Constructors Constructor Description NotificationProvider(org.opendaylight.mdsal.binding.api.NotificationPublishService nps, org.opendaylight.mdsal.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.
-
-
-
Constructor Detail
-
NotificationProvider
public NotificationProvider(org.opendaylight.mdsal.binding.api.NotificationPublishService nps, org.opendaylight.mdsal.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.- Parameters:
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 Flag
-
-
Method Detail
-
start
public void start()
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
-