Package | Description |
---|---|
org.opennms.netmgt.config.scriptd |
Modifier and Type | Method and Description |
---|---|
Uei[] |
EventScript.getUei()
Method getUei.Returns the contents of the collection in an
Array.
|
Uei |
EventScript.getUei(int index)
Method getUei.
|
Uei |
EventScript.removeUeiAt(int index)
Method removeUeiAt.
|
static Uei |
Uei.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Uei> |
EventScript.enumerateUei()
Method enumerateUei.
|
List<Uei> |
EventScript.getUeiCollection()
Method getUeiCollection.Returns a reference to '_ueiList'.
|
Iterator<Uei> |
EventScript.iterateUei()
Method iterateUei.
|
Modifier and Type | Method and Description |
---|---|
void |
EventScript.addUei(int index,
Uei vUei) |
void |
EventScript.addUei(Uei vUei) |
boolean |
EventScript.removeUei(Uei vUei)
Method removeUei.
|
void |
EventScript.setUei(int index,
Uei vUei) |
void |
EventScript.setUei(Uei[] vUeiArray) |
Modifier and Type | Method and Description |
---|---|
void |
EventScript.setUei(List<Uei> vUeiList)
Sets the value of '_ueiList' by copying the given Vector.
|
void |
EventScript.setUeiCollection(List<Uei> ueiList)
Deprecated.
|
Copyright © 2017. All rights reserved.