Class OpenflowPluginBulkTransactionProvider
- java.lang.Object
-
- org.opendaylight.openflowplugin.test.OpenflowPluginBulkTransactionProvider
-
- All Implemented Interfaces:
org.eclipse.osgi.framework.console.CommandProvider
public class OpenflowPluginBulkTransactionProvider extends Object implements org.eclipse.osgi.framework.console.CommandProvider
-
-
Constructor Summary
Constructors Constructor Description OpenflowPluginBulkTransactionProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.NotificationService notificationService, org.osgi.framework.BundleContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_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)
String
getHelp()
void
init()
-
-
-
Method Detail
-
init
public void init()
-
getHelp
public String 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)
-
-