Class QosAlertConfigCLI
- java.lang.Object
- 
- org.opendaylight.netvirt.qosservice.QosAlertConfigCLI
 
- 
- All Implemented Interfaces:
- org.apache.felix.gogo.commands.Action,- org.apache.karaf.shell.commands.Action
 
 public class QosAlertConfigCLI extends java.lang.Object implements org.apache.karaf.shell.commands.Action
- 
- 
Constructor SummaryConstructors Constructor Description QosAlertConfigCLI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(org.apache.felix.service.command.CommandSession session)voidsetQosAlertManager(QosAlertManager qosAlertManager)voidsetQosNeutronUtils(QosNeutronUtils qosNeutronUtils)
 
- 
- 
- 
Method Detail- 
setQosAlertManagerpublic void setQosAlertManager(QosAlertManager qosAlertManager) 
 - 
setQosNeutronUtilspublic void setQosNeutronUtils(QosNeutronUtils qosNeutronUtils) 
 - 
executepublic java.lang.Object execute(org.apache.felix.service.command.CommandSession session) throws java.lang.Exception- Specified by:
- executein interface- org.apache.felix.gogo.commands.Action
- Specified by:
- executein interface- org.apache.karaf.shell.commands.Action
- Throws:
- java.lang.Exception
 
 
- 
 
-