Interface ReadableThresholdingDao
-
- All Superinterfaces:
ReadableDao<ThresholdingConfig>
- All Known Subinterfaces:
OverrideableThresholdingDao
,WriteableThresholdingDao
- All Known Implementing Classes:
AbstractThresholdingDao
,OnmsThresholdingDao
,OverrideableThresholdingDaoImpl
,SentinelThresholdingDao
public interface ReadableThresholdingDao extends ReadableDao<ThresholdingConfig>
This class is the main repository for thresholding configuration information used by the thresholding daemon.. When this class is loaded it reads the thresholding configuration into memory.
-
-
Method Summary
-
Methods inherited from interface org.opennms.netmgt.config.dao.common.api.ReadableDao
getReadOnlyConfig, reload
-
-