Class TcaDataCollectionConfigDaoJaxb
- java.lang.Object
-
- org.opennms.core.xml.AbstractJaxbConfigDao<TcaDataCollectionConfig,TcaDataCollectionConfig>
-
- org.opennms.netmgt.collectd.tca.dao.jaxb.TcaDataCollectionConfigDaoJaxb
-
- All Implemented Interfaces:
TcaDataCollectionConfigDao
,org.springframework.beans.factory.InitializingBean
public class TcaDataCollectionConfigDaoJaxb extends AbstractJaxbConfigDao<TcaDataCollectionConfig,TcaDataCollectionConfig> implements TcaDataCollectionConfigDao
The Class TcaDataCollectionConfigDaoJaxb.- Author:
- Alejandro Galue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.core.xml.AbstractJaxbConfigDao
AbstractJaxbConfigDao.JaxbReloadCallback
-
-
Constructor Summary
Constructors Constructor Description TcaDataCollectionConfigDaoJaxb()
Instantiates a new tca data collection config dao jaxb.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TcaDataCollectionConfig
getConfig()
Gets the configuration.protected TcaDataCollectionConfig
translateConfig(TcaDataCollectionConfig config)
translateConfig-
Methods inherited from class org.opennms.core.xml.AbstractJaxbConfigDao
addOnReloadedCallback, afterPropertiesSet, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, setConfigResource, setReloadCheckInterval
-
-
-
-
Method Detail
-
getConfig
public TcaDataCollectionConfig getConfig()
Description copied from interface:TcaDataCollectionConfigDao
Gets the configuration.- Specified by:
getConfig
in interfaceTcaDataCollectionConfigDao
- Returns:
- the configuration
-
translateConfig
protected TcaDataCollectionConfig translateConfig(TcaDataCollectionConfig config)
Description copied from class:AbstractJaxbConfigDao
translateConfig
- Specified by:
translateConfig
in classAbstractJaxbConfigDao<TcaDataCollectionConfig,TcaDataCollectionConfig>
- Parameters:
config
- a K object.- Returns:
- a V object.
-
-