Class DropTestProviderImpl
java.lang.Object
org.opendaylight.openflowplugin.droptestkaraf.DropTestProviderImpl
- All Implemented Interfaces:
AutoCloseable
Created by Martin Bobak <mbobak@cisco.com> on 26.4.2015.
-
Constructor Summary
ConstructorDescriptionDropTestProviderImpl
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.NotificationService notificationService, SalFlowService salFlowService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static DropTestDsProvider
static DropTestRpcProvider
-
Constructor Details
-
DropTestProviderImpl
public DropTestProviderImpl(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.NotificationService notificationService, SalFlowService salFlowService)
-
-
Method Details
-
getDropDsProvider
-
getDropRpcProvider
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-