public class JmxConfigDaoJaxb extends AbstractJaxbConfigDao<JmxConfig,JmxConfig> implements JmxConfigDao
AbstractJaxbConfigDao.JaxbReloadCallback
Constructor and Description |
---|
JmxConfigDaoJaxb()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
JmxConfig |
getConfig()
Returns the loaded config object.
|
JmxConfig |
translateConfig(JmxConfig jaxbConfig)
Used to transform the config object to a custom representation.
|
addOnReloadedCallback, afterPropertiesSet, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, setConfigResource, setReloadCheckInterval
public JmxConfig getConfig()
getConfig
in interface JmxConfigDao
public JmxConfig translateConfig(JmxConfig jaxbConfig)
translateConfig
in class AbstractJaxbConfigDao<JmxConfig,JmxConfig>
jaxbConfig
- a config object.Copyright © 2021. All rights reserved.