Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
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.
|
static ActionEvent |
ActionEvent.unmarshal(Reader reader)
Method unmarshal.
|
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.
|
void |
ActionEvents.setActionEventCollection(List<ActionEvent> actionEventList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.