public class DefaultSurveillanceViewConfigDao extends AbstractJaxbConfigDao<SurveillanceViewConfiguration,SurveillanceViewConfig> implements SurveillanceViewConfigDao
DefaultSurveillanceViewConfigDao class.
AbstractJaxbConfigDao.JaxbReloadCallback| Constructor and Description | 
|---|
DefaultSurveillanceViewConfigDao()
Constructor for DefaultSurveillanceViewConfigDao. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
View | 
getDefaultView()
getDefaultView 
 | 
View | 
getView(String viewName) | 
Map<String,View> | 
getViewMap()
Use this method to get a Map of view names to marshalled classes based on the generated View class
 from the XSD. 
 | 
List<View> | 
getViews()
Use this method to get the generated Views class generated by the XSD. 
 | 
SurveillanceViewConfig | 
translateConfig(SurveillanceViewConfiguration config)
translateConfig 
 | 
addOnReloadedCallback, afterPropertiesSet, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, setConfigResource, setReloadCheckIntervalpublic DefaultSurveillanceViewConfigDao()
Constructor for DefaultSurveillanceViewConfigDao.
public SurveillanceViewConfig translateConfig(SurveillanceViewConfiguration config)
translateConfig
translateConfig in class AbstractJaxbConfigDao<SurveillanceViewConfiguration,SurveillanceViewConfig>config - a K object.public View getView(String viewName)
getView in interface SurveillanceViewConfigDaopublic List<View> getViews()
getViews in interface SurveillanceViewConfigDaoorg.opennms.netmgt.config.surveillanceViews.Views object.public Map<String,View> getViewMap()
Map> of View classes.public View getDefaultView()
getDefaultView
getDefaultView in interface SurveillanceViewConfigDaoView object.Copyright © 2020. All rights reserved.