Uses of Class
org.opennms.netmgt.config.jmx.JmxConfig
-
Packages that use JmxConfig Package Description org.opennms.netmgt.dao.jmx -
-
Uses of JmxConfig in org.opennms.netmgt.dao.jmx
Methods in org.opennms.netmgt.dao.jmx that return JmxConfig Modifier and Type Method Description JmxConfig
JmxConfigDao. getConfig()
Returns the loaded config object.JmxConfig
JmxConfigDaoJaxb. getConfig()
Returns the loaded config object.JmxConfig
JmxConfigDaoJaxb. translateConfig(JmxConfig jaxbConfig)
Used to transform the config object to a custom representation.Methods in org.opennms.netmgt.dao.jmx with parameters of type JmxConfig Modifier and Type Method Description JmxConfig
JmxConfigDaoJaxb. translateConfig(JmxConfig jaxbConfig)
Used to transform the config object to a custom representation.
-