org.opennms.netmgt.dao.jaxb
Class JdbcDataCollectionConfigDaoJaxb

java.lang.Object
  extended by org.opennms.netmgt.dao.jaxb.AbstractJaxbConfigDao<JdbcDataCollectionConfig,JdbcDataCollectionConfig>
      extended by org.opennms.netmgt.dao.jaxb.JdbcDataCollectionConfigDaoJaxb
All Implemented Interfaces:
JdbcDataCollectionConfigDao, org.springframework.beans.factory.InitializingBean

public class JdbcDataCollectionConfigDaoJaxb
extends AbstractJaxbConfigDao<JdbcDataCollectionConfig,JdbcDataCollectionConfig>
implements JdbcDataCollectionConfigDao


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opennms.netmgt.dao.jaxb.AbstractJaxbConfigDao
AbstractJaxbConfigDao.JaxbReloadCallback
 
Constructor Summary
JdbcDataCollectionConfigDaoJaxb()
           
 
Method Summary
 JdbcDataCollectionConfig getConfig()
           
 JdbcDataCollection getDataCollectionByIndex(int idx)
           
 JdbcDataCollection getDataCollectionByName(String name)
           
 JdbcDataCollectionConfig translateConfig(JdbcDataCollectionConfig jaxbConfig)
           
 
Methods inherited from class org.opennms.netmgt.dao.jaxb.AbstractJaxbConfigDao
afterPropertiesSet, createLoadedLogMessage, getConfigResource, getContainer, getDescription, loadConfig, log, setConfigResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcDataCollectionConfigDaoJaxb

public JdbcDataCollectionConfigDaoJaxb()
Method Detail

getDataCollectionByName

public JdbcDataCollection getDataCollectionByName(String name)
Specified by:
getDataCollectionByName in interface JdbcDataCollectionConfigDao

getDataCollectionByIndex

public JdbcDataCollection getDataCollectionByIndex(int idx)
Specified by:
getDataCollectionByIndex in interface JdbcDataCollectionConfigDao

getConfig

public JdbcDataCollectionConfig getConfig()
Specified by:
getConfig in interface JdbcDataCollectionConfigDao

translateConfig

public JdbcDataCollectionConfig translateConfig(JdbcDataCollectionConfig jaxbConfig)
Specified by:
translateConfig in class AbstractJaxbConfigDao<JdbcDataCollectionConfig,JdbcDataCollectionConfig>


Copyright © 2011. All Rights Reserved.