Class GenerateConfigsJob
- java.lang.Object
-
- org.opennms.features.vaadin.jmxconfiggenerator.jobs.GenerateConfigsJob
-
-
Constructor Summary
Constructors Constructor Description GenerateConfigsJob(JmxConfigGeneratorUI ui, UiModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute()
JmxConfigGeneratorUI
getUI()
void
onError()
void
onSuccess(java.lang.Object result)
-
-
-
Constructor Detail
-
GenerateConfigsJob
public GenerateConfigsJob(JmxConfigGeneratorUI ui, UiModel model)
-
-
Method Detail
-
execute
public java.lang.Void execute() throws TaskRunException
- Specified by:
execute
in interfaceTask
- Throws:
TaskRunException
-
getUI
public JmxConfigGeneratorUI getUI()
-
-