Uses of Class
org.opennms.netmgt.config.collectd.jmx.JmxCollection
-
Packages that use JmxCollection Package Description org.opennms.netmgt.config org.opennms.netmgt.config.collectd.jmx This file is part of OpenNMS(R).org.opennms.netmgt.jmx -
-
Uses of JmxCollection in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config that return JmxCollection Modifier and Type Method Description JmxCollection
JMXDataCollectionConfigDao. getJmxCollection(String collectionName)
Methods in org.opennms.netmgt.config with parameters of type JmxCollection Modifier and Type Method Description static Map<String,List<Attrib>>
JMXDataCollectionConfigDao. getAttributeMap(JmxCollection collection, String aSysoid, String anAddress)
static Map<String,BeanInfo>
JMXDataCollectionConfigDao. getMBeanInfo(JmxCollection collection)
-
Uses of JmxCollection in org.opennms.netmgt.config.collectd.jmx
Methods in org.opennms.netmgt.config.collectd.jmx that return JmxCollection Modifier and Type Method Description JmxCollection
JmxDatacollectionConfig. getJmxCollection(int index)
Method getJmxCollection.JmxCollection
JmxDatacollectionConfig. getJmxCollection(String collectionName)
Methods in org.opennms.netmgt.config.collectd.jmx that return types with arguments of type JmxCollection Modifier and Type Method Description List<JmxCollection>
JmxDatacollectionConfig. getJmxCollectionList()
Methods in org.opennms.netmgt.config.collectd.jmx with parameters of type JmxCollection Modifier and Type Method Description void
JmxDatacollectionConfig. addJmxCollection(JmxCollection jmxCollection)
boolean
JmxDatacollectionConfig. removeJmxCollection(JmxCollection vJmxCollection)
Method parameters in org.opennms.netmgt.config.collectd.jmx with type arguments of type JmxCollection Modifier and Type Method Description void
JmxDatacollectionConfig. setJmxCollectionList(List<JmxCollection> jmxCollectionList)
-
Uses of JmxCollection in org.opennms.netmgt.jmx
Methods in org.opennms.netmgt.jmx that return JmxCollection Modifier and Type Method Description JmxCollection
JmxCollectorConfig. getJmxCollection()
Methods in org.opennms.netmgt.jmx with parameters of type JmxCollection Modifier and Type Method Description void
JmxCollectorConfig. setJmxCollection(JmxCollection jmxCollection)
-