| Package | Description | 
|---|---|
| org.opennms.netmgt.config | |
| org.opennms.netmgt.config.vacuumd | 
 This file is part of OpenNMS(R). 
 | 
| org.opennms.netmgt.vacuumd | 
| Modifier and Type | Method and Description | 
|---|---|
Automation | 
VacuumdConfigFactory.getAutomation(String autoName)
Returns an Automation with a name matching the string parameter 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Automation> | 
VacuumdConfigFactory.getAutomations()
Returns a Collection of automations defined in the config 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Automation> | 
VacuumdConfiguration.getAutomations()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VacuumdConfiguration.addAutomation(Automation automation)  | 
boolean | 
VacuumdConfiguration.removeAutomation(Automation automation)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VacuumdConfiguration.setAutomations(List<Automation> automations)  | 
| Constructor and Description | 
|---|
VacuumdConfiguration(Integer period,
                    List<Statement> statements,
                    List<Automation> automations,
                    List<Trigger> triggers,
                    List<Action> actions,
                    List<AutoEvent> autoEvents,
                    List<ActionEvent> actionEvents)  | 
| Modifier and Type | Method and Description | 
|---|---|
Automation | 
AutomationProcessor.getAutomation()
getAutomation 
 | 
| Constructor and Description | 
|---|
AutomationProcessor(Automation automation)
Public constructor. 
 | 
Copyright © 2021. All rights reserved.