Package | Description |
---|---|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Varbindsdecode[] |
Event.getVarbindsdecode()
Method getVarbindsdecode.Returns the contents of the
collection in an Array.
|
Varbindsdecode |
Event.getVarbindsdecode(int index)
Method getVarbindsdecode.
|
Varbindsdecode |
Event.removeVarbindsdecodeAt(int index)
Method removeVarbindsdecodeAt.
|
static Varbindsdecode |
Varbindsdecode.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Varbindsdecode> |
Event.enumerateVarbindsdecode()
Method enumerateVarbindsdecode.
|
List<Varbindsdecode> |
Event.getVarbindsdecodeCollection()
Method getVarbindsdecodeCollection.Returns a reference to
'_varbindsdecodeList'.
|
Iterator<Varbindsdecode> |
Event.iterateVarbindsdecode()
Method iterateVarbindsdecode.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.addVarbindsdecode(int index,
Varbindsdecode vVarbindsdecode) |
void |
Event.addVarbindsdecode(Varbindsdecode vVarbindsdecode) |
boolean |
Event.removeVarbindsdecode(Varbindsdecode vVarbindsdecode)
Method removeVarbindsdecode.
|
void |
Event.setVarbindsdecode(int index,
Varbindsdecode vVarbindsdecode) |
void |
Event.setVarbindsdecode(Varbindsdecode[] vVarbindsdecodeArray) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setVarbindsdecode(List<Varbindsdecode> vVarbindsdecodeList)
Sets the value of '_varbindsdecodeList' by copying the given
Vector.
|
void |
Event.setVarbindsdecodeCollection(List<Varbindsdecode> varbindsdecodeList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.