Package org.opennms.protocols.xml.dao
Interface XmlDataCollectionConfigDao
- 
- All Known Implementing Classes:
- XmlDataCollectionConfigDaoJaxb
 
 public interface XmlDataCollectionConfigDaoThe Interface XmlDataCollectionConfigDao.- Author:
- Alejandro Galue
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlDataCollectionConfiggetConfig()Gets the configuration.XmlDataCollectiongetDataCollectionByIndex(int idx)Gets the data collection by index.XmlDataCollectiongetDataCollectionByName(java.lang.String name)Gets the data collection by name.
 
- 
- 
- 
Method Detail- 
getConfigXmlDataCollectionConfig getConfig() Gets the configuration.- Returns:
- the configuration
 
 - 
getDataCollectionByNameXmlDataCollection getDataCollectionByName(java.lang.String name) Gets the data collection by name.- Parameters:
- name- the collection name
- Returns:
- the data collection by name
 
 - 
getDataCollectionByIndexXmlDataCollection getDataCollectionByIndex(int idx) Gets the data collection by index.- Parameters:
- idx- the collection index
- Returns:
- the data collection by index
 
 
- 
 
-