Class DropTestRpcProvider
- java.lang.Object
-
- org.opendaylight.openflowplugin.testcommon.DropTestRpcProvider
-
- All Implemented Interfaces:
AutoCloseable
public class DropTestRpcProvider extends Object implements AutoCloseable
Provides activation and deactivation of drop responder service - responds on packetIn.
-
-
Constructor Summary
Constructors Constructor Description DropTestRpcProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearStats()
Reset message counts.void
close()
DropTestStats
getStats()
Returns the message counts.boolean
isActive()
Returns the active state.void
setFlowService(SalFlowService flowService)
void
setNotificationService(org.opendaylight.mdsal.binding.api.NotificationService notificationService)
void
start()
Activates drop responder.
-
-
-
Method Detail
-
setFlowService
public void setFlowService(SalFlowService flowService)
-
setNotificationService
public void setNotificationService(org.opendaylight.mdsal.binding.api.NotificationService notificationService)
-
start
public void start()
Activates drop responder.
-
getStats
public DropTestStats getStats()
Returns the message counts.
-
clearStats
public void clearStats()
Reset message counts.
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
isActive
public boolean isActive()
Returns the active state.
-
-