public class DefaultTl1ConfigurationDao extends AbstractCastorConfigDao<org.opennms.netmgt.config.tl1d.Tl1dConfiguration,org.opennms.netmgt.config.tl1d.Tl1dConfiguration> implements Tl1ConfigurationDao
AbstractCastorConfigDao.CastorReloadCallback
Constructor and Description |
---|
DefaultTl1ConfigurationDao()
Constructor for DefaultTl1ConfigurationDao.
|
Modifier and Type | Method and Description |
---|---|
List<org.opennms.netmgt.config.tl1d.Tl1Element> |
getElements()
getElements
|
org.opennms.netmgt.config.tl1d.Tl1dConfiguration |
translateConfig(org.opennms.netmgt.config.tl1d.Tl1dConfiguration castorConfig)
translateConfig
|
void |
update()
update
|
afterPropertiesSet, createLoadedLogMessage, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, setConfigResource, setReloadCheckInterval
public DefaultTl1ConfigurationDao()
Constructor for DefaultTl1ConfigurationDao.
public List<org.opennms.netmgt.config.tl1d.Tl1Element> getElements()
getElements
getElements
in interface Tl1ConfigurationDao
List
object.public void update() throws org.springframework.dao.DataAccessResourceFailureException
update
update
in interface Tl1ConfigurationDao
org.springframework.dao.DataAccessResourceFailureException
- if any.public org.opennms.netmgt.config.tl1d.Tl1dConfiguration translateConfig(org.opennms.netmgt.config.tl1d.Tl1dConfiguration castorConfig)
translateConfig
translateConfig
in class AbstractCastorConfigDao<org.opennms.netmgt.config.tl1d.Tl1dConfiguration,org.opennms.netmgt.config.tl1d.Tl1dConfiguration>
castorConfig
- a K object.Copyright © 2015. All rights reserved.