Package | Description |
---|---|
org.opennms.netmgt.config.collectd.jmx |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Mbean[] |
Mbeans.getMbean()
Method getMbean.Returns the contents of the collection in an
Array.
|
Mbean |
Mbeans.getMbean(int index)
Method getMbean.
|
Mbean |
Mbeans.removeMbeanAt(int index)
Method removeMbeanAt.
|
static Mbean |
Mbean.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Mbean> |
Mbeans.enumerateMbean()
Method enumerateMbean.
|
List<Mbean> |
Mbeans.getMbeanCollection()
Method getMbeanCollection.Returns a reference to
'_mbeanList'.
|
Iterator<Mbean> |
Mbeans.iterateMbean()
Method iterateMbean.
|
Modifier and Type | Method and Description |
---|---|
void |
Mbeans.addMbean(int index,
Mbean vMbean) |
void |
Mbeans.addMbean(Mbean vMbean) |
boolean |
Mbeans.removeMbean(Mbean vMbean)
Method removeMbean.
|
void |
Mbeans.setMbean(int index,
Mbean vMbean) |
void |
Mbeans.setMbean(Mbean[] vMbeanArray) |
Modifier and Type | Method and Description |
---|---|
void |
Mbeans.setMbean(List<Mbean> vMbeanList)
Sets the value of '_mbeanList' by copying the given Vector.
|
void |
Mbeans.setMbeanCollection(List<Mbean> mbeanList)
Deprecated.
|
Copyright © 2015. All rights reserved.