Package | Description |
---|---|
org.opennms.netmgt.collectd.wmi | |
org.opennms.netmgt.config.wmi |
Constructor and Description |
---|
WmiCollectionAttributeType(Attrib attribute,
AttributeGroupType groupType)
Constructor for WmiCollectionAttributeType.
|
Modifier and Type | Method and Description |
---|---|
Attrib[] |
Wpm.getAttrib()
Method getAttrib.Returns the contents of the collection in
an Array.
|
Attrib |
Wpm.getAttrib(int index)
Method getAttrib.
|
Attrib |
Wpm.removeAttribAt(int index)
Method removeAttribAt.
|
static Attrib |
Attrib.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Attrib> |
Wpm.enumerateAttrib()
Method enumerateAttrib.
|
List<Attrib> |
Wpm.getAttribCollection()
Method getAttribCollection.Returns a reference to
'_attribList'.
|
Iterator<Attrib> |
Wpm.iterateAttrib()
Method iterateAttrib.
|
Modifier and Type | Method and Description |
---|---|
void |
Wpm.addAttrib(Attrib vAttrib) |
void |
Wpm.addAttrib(int index,
Attrib vAttrib) |
boolean |
Wpm.removeAttrib(Attrib vAttrib)
Method removeAttrib.
|
void |
Wpm.setAttrib(Attrib[] vAttribArray) |
void |
Wpm.setAttrib(int index,
Attrib vAttrib) |
Modifier and Type | Method and Description |
---|---|
void |
Wpm.setAttrib(List<Attrib> vAttribList)
Sets the value of '_attribList' by copying the given Vector.
|
void |
Wpm.setAttribCollection(List<Attrib> attribList)
Deprecated.
|
Copyright © 2017. All rights reserved.