org.opennms.netmgt.dao.jaxb
Class JdbcDataCollectionConfigDaoJaxb
java.lang.Object
org.opennms.netmgt.dao.jaxb.AbstractJaxbConfigDao<JdbcDataCollectionConfig,JdbcDataCollectionConfig>
org.opennms.netmgt.dao.jaxb.JdbcDataCollectionConfigDaoJaxb
- All Implemented Interfaces:
- JdbcDataCollectionConfigDao, org.springframework.beans.factory.InitializingBean
public class JdbcDataCollectionConfigDaoJaxb
- extends AbstractJaxbConfigDao<JdbcDataCollectionConfig,JdbcDataCollectionConfig>
- implements JdbcDataCollectionConfigDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcDataCollectionConfigDaoJaxb
public JdbcDataCollectionConfigDaoJaxb()
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.