Class QosAlertPollIntervalCLI
- java.lang.Object
 - 
- org.apache.karaf.shell.console.AbstractAction
 - 
- org.apache.karaf.shell.console.OsgiCommandSupport
 - 
- org.opendaylight.netvirt.qosservice.QosAlertPollIntervalCLI
 
 
 
 
- 
- All Implemented Interfaces:
 org.apache.felix.gogo.commands.Action,org.apache.karaf.shell.commands.Action,org.apache.karaf.shell.console.BundleContextAware
public class QosAlertPollIntervalCLI extends org.apache.karaf.shell.console.OsgiCommandSupport 
- 
- 
Constructor Summary
Constructors Constructor Description QosAlertPollIntervalCLI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @Nullable java.lang.ObjectdoExecute()voidsetQosAlertManager(QosAlertManager qosAlertManager) 
 - 
 
- 
- 
Method Detail
- 
setQosAlertManager
public void setQosAlertManager(QosAlertManager qosAlertManager)
 
- 
doExecute
protected @Nullable java.lang.Object doExecute()
- Specified by:
 doExecutein classorg.apache.karaf.shell.console.AbstractAction
 
 - 
 
 -