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