Package | Description |
---|---|
org.opennms.netmgt.collectd | |
org.opennms.netmgt.config | |
org.opennms.netmgt.config.collectd.jmx |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<Attrib>> |
JMXNodeInfo.getAttributeMap()
getAttributeMap
|
Modifier and Type | Method and Description |
---|---|
protected static Map<String,JMXDataSource> |
JMXCollector.buildDataSourceList(String collectionName,
Map<String,List<Attrib>> attributeMap)
This method is responsible for building a list of RRDDataSource objects
from the provided list of MBeanObject objects.
|
void |
JMXNodeInfo.setAttributeMap(Map<String,List<Attrib>> oidList)
setAttributeMap
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<Attrib>> |
JMXDataCollectionConfigFactory.getAttributeMap(String cName,
String aSysoid,
String anAddress)
This method returns the list of MIB objects associated with a particular
system object id, IP address, and ifType for the specified collection.
|
Modifier and Type | Method and Description |
---|---|
Attrib[] |
Mbean.getAttrib()
Method getAttrib.Returns the contents of the collection in
an Array.
|
Attrib |
Mbean.getAttrib(int index)
Method getAttrib.
|
Attrib |
Mbean.removeAttribAt(int index)
Method removeAttribAt.
|
static Attrib |
Attrib.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Attrib> |
Mbean.enumerateAttrib()
Method enumerateAttrib.
|
List<Attrib> |
Mbean.getAttribCollection()
Method getAttribCollection.Returns a reference to
'_attribList'.
|
Iterator<Attrib> |
Mbean.iterateAttrib()
Method iterateAttrib.
|
Modifier and Type | Method and Description |
---|---|
void |
Mbean.addAttrib(Attrib vAttrib) |
void |
Mbean.addAttrib(int index,
Attrib vAttrib) |
boolean |
Mbean.removeAttrib(Attrib vAttrib)
Method removeAttrib.
|
void |
Mbean.setAttrib(Attrib[] vAttribArray) |
void |
Mbean.setAttrib(int index,
Attrib vAttrib) |
Modifier and Type | Method and Description |
---|---|
void |
Mbean.setAttrib(List<Attrib> vAttribList)
Sets the value of '_attribList' by copying the given Vector.
|
void |
Mbean.setAttribCollection(List<Attrib> attribList)
Deprecated.
|
Copyright © 2015. All rights reserved.