Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Trigger |
VacuumdConfigFactory.getTrigger(String triggerName)
Returns a Trigger with a name matching the string parameter
|
Modifier and Type | Method and Description |
---|---|
Collection<Trigger> |
VacuumdConfigFactory.getTriggers()
Returns a Collection of triggers defined in the config
|
Modifier and Type | Method and Description |
---|---|
List<Trigger> |
VacuumdConfiguration.getTriggers() |
Modifier and Type | Method and Description |
---|---|
void |
VacuumdConfiguration.addTrigger(Trigger trigger) |
boolean |
VacuumdConfiguration.removeTrigger(Trigger trigger) |
Modifier and Type | Method and Description |
---|---|
void |
VacuumdConfiguration.setTriggers(List<Trigger> triggers) |
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.