Package | Description |
---|---|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Operaction[] |
Event.getOperaction()
Method getOperaction.Returns the contents of the collection
in an Array.
|
Operaction |
Event.getOperaction(int index)
Method getOperaction.
|
Operaction |
Event.removeOperactionAt(int index)
Method removeOperactionAt.
|
static Operaction |
Operaction.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Operaction> |
Event.enumerateOperaction()
Method enumerateOperaction.
|
List<Operaction> |
Event.getOperactionCollection()
Method getOperactionCollection.Returns a reference to
'_operactionList'.
|
Iterator<Operaction> |
Event.iterateOperaction()
Method iterateOperaction.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.addOperaction(int index,
Operaction vOperaction) |
void |
Event.addOperaction(Operaction vOperaction) |
boolean |
Event.removeOperaction(Operaction vOperaction)
Method removeOperaction.
|
void |
Event.setOperaction(int index,
Operaction vOperaction) |
void |
Event.setOperaction(Operaction[] vOperactionArray) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setOperaction(List<Operaction> vOperactionList)
Sets the value of '_operactionList' by copying the given
Vector.
|
void |
Event.setOperactionCollection(List<Operaction> operactionList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.