Package | Description |
---|---|
org.opennms.netmgt.config.collectd.jmx |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
CompAttrib[] |
Mbean.getCompAttrib()
Method getCompAttrib.Returns the contents of the collection
in an Array.
|
CompAttrib |
Mbean.getCompAttrib(int index)
Method getCompAttrib.
|
CompAttrib |
Mbean.removeCompAttribAt(int index)
Method removeCompAttribAt.
|
static CompAttrib |
CompAttrib.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<CompAttrib> |
Mbean.enumerateCompAttrib()
Method enumerateCompAttrib.
|
List<CompAttrib> |
Mbean.getCompAttribCollection()
Method getCompAttribCollection.Returns a reference to
'_compAttribList'.
|
Iterator<CompAttrib> |
Mbean.iterateCompAttrib()
Method iterateCompAttrib.
|
Modifier and Type | Method and Description |
---|---|
void |
Mbean.addCompAttrib(CompAttrib vCompAttrib) |
void |
Mbean.addCompAttrib(int index,
CompAttrib vCompAttrib) |
boolean |
Mbean.removeCompAttrib(CompAttrib vCompAttrib)
Method removeCompAttrib.
|
void |
Mbean.setCompAttrib(CompAttrib[] vCompAttribArray) |
void |
Mbean.setCompAttrib(int index,
CompAttrib vCompAttrib) |
Modifier and Type | Method and Description |
---|---|
void |
Mbean.setCompAttrib(List<CompAttrib> vCompAttribList)
Sets the value of '_compAttribList' by copying the given
Vector.
|
void |
Mbean.setCompAttribCollection(List<CompAttrib> compAttribList)
Deprecated.
|
Copyright © 2017. All rights reserved.