Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Action |
VacuumdConfigFactory.getAction(String actionName)
Returns an Action with a name matching the string parmater
|
Modifier and Type | Method and Description |
---|---|
Collection<Action> |
VacuumdConfigFactory.getActions()
Returns a Collection of actions defined in the config
|
Modifier and Type | Method and Description |
---|---|
Action[] |
Actions.getAction()
Method getAction.Returns the contents of the collection in an Array.
|
Action |
Actions.getAction(int index)
Method getAction.
|
Action |
Actions.removeActionAt(int index)
Method removeActionAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Action> |
Actions.enumerateAction()
Method enumerateAction.
|
List<Action> |
Actions.getActionCollection()
Method getActionCollection.Returns a reference to '_actionList'.
|
Iterator<Action> |
Actions.iterateAction()
Method iterateAction.
|
Modifier and Type | Method and Description |
---|---|
void |
Actions.addAction(Action vAction) |
void |
Actions.addAction(int index,
Action vAction) |
boolean |
Actions.removeAction(Action vAction)
Method removeAction.
|
void |
Actions.setAction(Action[] vActionArray) |
void |
Actions.setAction(int index,
Action vAction) |
Modifier and Type | Method and Description |
---|---|
void |
Actions.setAction(List<Action> vActionList)
Sets the value of '_actionList' by copying the given Vector.
|
Constructor and Description |
---|
Actions(List<Action> actions) |
Copyright © 2017. All rights reserved.