Class OpenflowPluginBulkTransactionProvider
java.lang.Object
org.opendaylight.openflowplugin.test.OpenflowPluginBulkTransactionProvider
- All Implemented Interfaces:
org.eclipse.osgi.framework.console.CommandProvider
@Singleton
public final class OpenflowPluginBulkTransactionProvider
extends Object
implements org.eclipse.osgi.framework.console.CommandProvider
-
Constructor Summary
ConstructorDescriptionOpenflowPluginBulkTransactionProvider
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker) -
Method Summary
Modifier and TypeMethodDescriptionvoid
_addFlows
(org.eclipse.osgi.framework.console.CommandInterpreter ci) void
_modifyFlows
(org.eclipse.osgi.framework.console.CommandInterpreter ci) void
_removeFlows
(org.eclipse.osgi.framework.console.CommandInterpreter ci) getHelp()
-
Constructor Details
-
OpenflowPluginBulkTransactionProvider
@Inject public OpenflowPluginBulkTransactionProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-
Method Details
-
getHelp
- Specified by:
getHelp
in interfaceorg.eclipse.osgi.framework.console.CommandProvider
-
_addFlows
public void _addFlows(org.eclipse.osgi.framework.console.CommandInterpreter ci) -
_modifyFlows
public void _modifyFlows(org.eclipse.osgi.framework.console.CommandInterpreter ci) -
_removeFlows
public void _removeFlows(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-