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.Object
execute(org.apache.felix.service.command.CommandSession session)
void
setQosAlertManager(QosAlertManager qosAlertManager)
void
setQosNeutronUtils(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:
execute
in interfaceorg.apache.felix.gogo.commands.Action
- Specified by:
execute
in interfaceorg.apache.karaf.shell.commands.Action
- Throws:
java.lang.Exception
-
-