public class VmwareConfigDaoJaxb extends AbstractJaxbConfigDao<VmwareConfig,VmwareConfig> implements VmwareConfigDao
AbstractJaxbConfigDao.JaxbReloadCallback| Constructor and Description | 
|---|
| VmwareConfigDaoJaxb()Default constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| VmwareConfig | getConfig()Returns the loaded config object. | 
| Map<String,VmwareServer> | getServerMap()Returns the map of server entries from the configuration object. | 
| VmwareConfig | translateConfig(VmwareConfig jaxbConfig)Used to transform the config object to a custom representation. | 
afterPropertiesSet, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, setConfigResource, setReloadCheckIntervalpublic VmwareConfig getConfig()
getConfig in interface VmwareConfigDaopublic VmwareConfig translateConfig(VmwareConfig jaxbConfig)
translateConfig in class AbstractJaxbConfigDao<VmwareConfig,VmwareConfig>jaxbConfig - a config object.public Map<String,VmwareServer> getServerMap()
getServerMap in interface VmwareConfigDaoCopyright © 2019. All rights reserved.