Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
ActionEvent |
VacuumdConfigFactory.getActionEvent(String name)
getActionEvent
|
Modifier and Type | Method and Description |
---|---|
Collection<ActionEvent> |
VacuumdConfigFactory.getActionEvents()
getActionEvents
|
Modifier and Type | Method and Description |
---|---|
ActionEvent[] |
ActionEvents.getActionEvent()
Method getActionEvent.Returns the contents of the collection in an
Array.
|
ActionEvent |
ActionEvents.getActionEvent(int index)
Method getActionEvent.
|
ActionEvent |
ActionEvents.removeActionEventAt(int index)
Method removeActionEventAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<ActionEvent> |
ActionEvents.enumerateActionEvent()
Method enumerateActionEvent.
|
List<ActionEvent> |
ActionEvents.getActionEventCollection()
Method getActionEventCollection.Returns a reference to
'_actionEventList'.
|
Iterator<ActionEvent> |
ActionEvents.iterateActionEvent()
Method iterateActionEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionEvents.addActionEvent(ActionEvent vActionEvent) |
void |
ActionEvents.addActionEvent(int index,
ActionEvent vActionEvent) |
boolean |
ActionEvents.removeActionEvent(ActionEvent vActionEvent)
Method removeActionEvent.
|
void |
ActionEvents.setActionEvent(ActionEvent[] vActionEventArray) |
void |
ActionEvents.setActionEvent(int index,
ActionEvent vActionEvent) |
Modifier and Type | Method and Description |
---|---|
void |
ActionEvents.setActionEvent(List<ActionEvent> vActionEventList)
Sets the value of '_actionEventList' by copying the given Vector.
|
Constructor and Description |
---|
ActionEvents(List<ActionEvent> actionEvents) |
Copyright © 2017. All rights reserved.