Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.vacuumd |
Modifier and Type | Method and Description |
---|---|
Automation |
VacuumdConfigFactory.getAutomation(String autoName)
Returns an Automation with a name matching the string parameter
|
Modifier and Type | Method and Description |
---|---|
Collection<Automation> |
VacuumdConfigFactory.getAutomations()
Returns a Collection of automations defined in the config
|
Modifier and Type | Method and Description |
---|---|
Automation[] |
Automations.getAutomation()
Method getAutomation.Returns the contents of the collection in an
Array.
|
Automation |
Automations.getAutomation(int index)
Method getAutomation.
|
Automation |
Automations.removeAutomationAt(int index)
Method removeAutomationAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Automation> |
Automations.enumerateAutomation()
Method enumerateAutomation.
|
List<Automation> |
Automations.getAutomationCollection()
Method getAutomationCollection.Returns a reference to
'_automationList'.
|
Iterator<Automation> |
Automations.iterateAutomation()
Method iterateAutomation.
|
Modifier and Type | Method and Description |
---|---|
void |
Automations.addAutomation(Automation vAutomation) |
void |
Automations.addAutomation(int index,
Automation vAutomation) |
boolean |
Automations.removeAutomation(Automation vAutomation)
Method removeAutomation.
|
void |
Automations.setAutomation(Automation[] vAutomationArray) |
void |
Automations.setAutomation(int index,
Automation vAutomation) |
Modifier and Type | Method and Description |
---|---|
void |
Automations.setAutomation(List<Automation> vAutomationList)
Sets the value of '_automationList' by copying the given Vector.
|
Constructor and Description |
---|
Automations(List<Automation> automations) |
Modifier and Type | Method and Description |
---|---|
Automation |
AutomationProcessor.getAutomation()
getAutomation
|
Constructor and Description |
---|
AutomationProcessor(Automation automation)
Public constructor.
|
Copyright © 2017. All rights reserved.