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