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 |
---|---|
AutoEvent[] |
AutoEvents.getAutoEvent()
Method getAutoEvent.Returns the contents of the collection in an Array.
|
AutoEvent |
AutoEvents.getAutoEvent(int index)
Method getAutoEvent.
|
AutoEvent |
AutoEvents.removeAutoEventAt(int index)
Method removeAutoEventAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<AutoEvent> |
AutoEvents.enumerateAutoEvent()
Method enumerateAutoEvent.
|
List<AutoEvent> |
AutoEvents.getAutoEventCollection()
Method getAutoEventCollection.Returns a reference to '_autoEventList'.
|
Iterator<AutoEvent> |
AutoEvents.iterateAutoEvent()
Method iterateAutoEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoEvents.addAutoEvent(AutoEvent vAutoEvent) |
void |
AutoEvents.addAutoEvent(int index,
AutoEvent vAutoEvent) |
boolean |
AutoEvents.removeAutoEvent(AutoEvent vAutoEvent)
Method removeAutoEvent.
|
void |
AutoEvents.setAutoEvent(AutoEvent[] vAutoEventArray) |
void |
AutoEvents.setAutoEvent(int index,
AutoEvent vAutoEvent) |
Modifier and Type | Method and Description |
---|---|
void |
AutoEvents.setAutoEvent(List<AutoEvent> vAutoEventList)
Sets the value of '_autoEventList' by copying the given Vector.
|
Constructor and Description |
---|
AutoEvents(List<AutoEvent> autoEvents) |
Copyright © 2017. All rights reserved.