Uses of Class
org.opennms.netmgt.config.vacuumd.AutoEvent
-
Packages that use AutoEvent Package Description org.opennms.netmgt.config org.opennms.netmgt.config.vacuumd This file is part of OpenNMS(R). -
-
Uses of AutoEvent in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config that return AutoEvent Modifier and Type Method Description AutoEvent
VacuumdConfigFactory. getAutoEvent(java.lang.String name)
Deprecated.UseActionEvent
objects instead.Methods in org.opennms.netmgt.config that return types with arguments of type AutoEvent Modifier and Type Method Description java.util.Collection<AutoEvent>
VacuumdConfigFactory. getAutoEvents()
Returns a Collection of named events to that may have been configured to be sent after an automation has run. -
Uses of AutoEvent in org.opennms.netmgt.config.vacuumd
Methods in org.opennms.netmgt.config.vacuumd that return types with arguments of type AutoEvent Modifier and Type Method Description java.util.List<AutoEvent>
VacuumdConfiguration. getAutoEvents()
Methods in org.opennms.netmgt.config.vacuumd with parameters of type AutoEvent Modifier and Type Method Description void
VacuumdConfiguration. addAutoEvent(AutoEvent autoEvent)
boolean
VacuumdConfiguration. removeAutoEvent(AutoEvent autoEvent)
Method parameters in org.opennms.netmgt.config.vacuumd with type arguments of type AutoEvent Modifier and Type Method Description void
VacuumdConfiguration. setAutoEvents(java.util.List<AutoEvent> autoEvents)
-