Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd | |
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.
|
static Automation |
Automation.unmarshal(Reader reader)
Method unmarshal.
|
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.
|
void |
Automations.setAutomationCollection(List<Automation> automationList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Automation |
AutomationProcessor.getAutomation()
getAutomation
|
Constructor and Description |
---|
AutomationProcessor(Automation automation)
Public constructor.
|
Copyright © 2015. All Rights Reserved.