| Package | Description | 
|---|---|
| org.opennms.netmgt.config | |
| org.opennms.netmgt.config.vacuumd | 
 This file is part of OpenNMS(R). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Action | 
VacuumdConfigFactory.getAction(String actionName)
Returns an Action with a name matching the string parmater 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Action> | 
VacuumdConfigFactory.getActions()
Returns a Collection of actions defined in the config 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Action> | 
VacuumdConfiguration.getActions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VacuumdConfiguration.addAction(Action action)  | 
boolean | 
VacuumdConfiguration.removeAction(Action action)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VacuumdConfiguration.setActions(List<Action> actions)  | 
| Constructor and Description | 
|---|
VacuumdConfiguration(Integer period,
                    List<Statement> statements,
                    List<Automation> automations,
                    List<Trigger> triggers,
                    List<Action> actions,
                    List<AutoEvent> autoEvents,
                    List<ActionEvent> actionEvents)  | 
Copyright © 2020. All rights reserved.