| Package | Description | 
|---|---|
| org.opennms.netmgt.config | |
| org.opennms.netmgt.config.vacuumd | 
 This file is part of OpenNMS(R). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AutoEvent | 
VacuumdConfigFactory.getAutoEvent(String name)
Deprecated. 
 
Use  
ActionEvent objects instead. Access these objects with VacuumdConfigFactory.getActionEvent(String). | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<AutoEvent> | 
VacuumdConfigFactory.getAutoEvents()
Returns a Collection of named events to that may have
 been configured to be sent after an automation has run. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<AutoEvent> | 
VacuumdConfiguration.getAutoEvents()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VacuumdConfiguration.addAutoEvent(AutoEvent autoEvent)  | 
boolean | 
VacuumdConfiguration.removeAutoEvent(AutoEvent autoEvent)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VacuumdConfiguration.setAutoEvents(List<AutoEvent> autoEvents)  | 
| 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.