Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Optional<Action> |
VacuumdConfigFactory.getAction(String actionName)
Returns an Action with a name matching the string parmater
|
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 © 2021. All rights reserved.