Class ReconciliationCount
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opendaylight.openflowplugin.applications.southboundcli.cli.ReconciliationCount
-
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action
,org.apache.karaf.shell.commands.Action
,org.apache.karaf.shell.console.BundleContextAware
public class ReconciliationCount extends org.apache.karaf.shell.console.OsgiCommandSupport
-
-
Constructor Summary
Constructors Constructor Description ReconciliationCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
doExecute()
void
setDataBroker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-
-
Method Detail
-
setDataBroker
public void setDataBroker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
doExecute
protected Object doExecute()
- Specified by:
doExecute
in classorg.apache.karaf.shell.console.AbstractAction
-
-