Class DropTestDsProvider
java.lang.Object
org.opendaylight.openflowplugin.testcommon.DropTestDsProvider
- All Implemented Interfaces:
AutoCloseable
Provides activation and deactivation of drop responder service - responds on packetIn.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Reset message counts.void
close()
getStats()
Returns the message counts.boolean
isActive()
Returns the active state.void
setDataService
(org.opendaylight.mdsal.binding.api.DataBroker dataService) void
setNotificationService
(org.opendaylight.mdsal.binding.api.NotificationService notificationService) void
start()
Activates the drop responder.
-
Constructor Details
-
DropTestDsProvider
public DropTestDsProvider()
-
-
Method Details
-
getStats
Returns the message counts. -
clearStats
public void clearStats()Reset message counts. -
setDataService
public void setDataService(org.opendaylight.mdsal.binding.api.DataBroker dataService) -
setNotificationService
public void setNotificationService(org.opendaylight.mdsal.binding.api.NotificationService notificationService) -
start
public void start()Activates the drop responder. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
isActive
public boolean isActive()Returns the active state.
-