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 Summary
Constructors Constructor Description QosAlertConfigCLI() 
- 
Method Summary
All 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
- 
setQosAlertManager
public void setQosAlertManager(QosAlertManager qosAlertManager)
 
- 
setQosNeutronUtils
public void setQosNeutronUtils(QosNeutronUtils qosNeutronUtils)
 
- 
execute
public java.lang.Object execute(org.apache.felix.service.command.CommandSession session) throws java.lang.Exception- Specified by:
 executein interfaceorg.apache.felix.gogo.commands.Action- Specified by:
 executein interfaceorg.apache.karaf.shell.commands.Action- Throws:
 java.lang.Exception
 
 - 
 
 -