public class JdbcDataCollectionConfigDaoJaxb extends AbstractJaxbConfigDao<JdbcDataCollectionConfig,JdbcDataCollectionConfig> implements JdbcDataCollectionConfigDao
AbstractJaxbConfigDao.JaxbReloadCallback
Constructor and Description |
---|
JdbcDataCollectionConfigDaoJaxb() |
Modifier and Type | Method and Description |
---|---|
JdbcDataCollectionConfig |
getConfig() |
JdbcDataCollection |
getDataCollectionByIndex(int idx) |
JdbcDataCollection |
getDataCollectionByName(String name) |
protected JdbcDataCollectionConfig |
translateConfig(JdbcDataCollectionConfig jaxbConfig)
translateConfig
|
addOnReloadedCallback, afterPropertiesSet, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, setConfigResource, setReloadCheckInterval
public JdbcDataCollection getDataCollectionByName(String name)
getDataCollectionByName
in interface JdbcDataCollectionConfigDao
public JdbcDataCollection getDataCollectionByIndex(int idx)
getDataCollectionByIndex
in interface JdbcDataCollectionConfigDao
public JdbcDataCollectionConfig getConfig()
getConfig
in interface JdbcDataCollectionConfigDao
protected JdbcDataCollectionConfig translateConfig(JdbcDataCollectionConfig jaxbConfig)
AbstractJaxbConfigDao
translateConfig
translateConfig
in class AbstractJaxbConfigDao<JdbcDataCollectionConfig,JdbcDataCollectionConfig>
jaxbConfig
- a K object.Copyright © 2021. All rights reserved.