public class DropTestDsProvider extends Object implements AutoCloseable
Constructor and Description |
---|
DropTestDsProvider() |
Modifier and Type | Method and Description |
---|---|
void |
clearStats()
Reset message counts.
|
void |
close() |
DropTestStats |
getStats()
Returns the message counts.
|
boolean |
isActive()
Returns the active state.
|
void |
setDataService(org.opendaylight.controller.md.sal.binding.api.DataBroker dataService) |
void |
setNotificationService(org.opendaylight.controller.md.sal.binding.api.NotificationService notificationService) |
void |
start()
Activates the drop responder.
|
public DropTestStats getStats()
public void clearStats()
public void setDataService(org.opendaylight.controller.md.sal.binding.api.DataBroker dataService)
public void setNotificationService(org.opendaylight.controller.md.sal.binding.api.NotificationService notificationService)
public void start()
public void close()
close
in interface AutoCloseable
public boolean isActive()
Copyright © 2018 OpenDaylight. All rights reserved.