Class AbstractThresholdingDao
- java.lang.Object
-
- org.opennms.netmgt.config.dao.thresholding.impl.AbstractThresholdingDao
-
- All Implemented Interfaces:
ReadableDao<ThresholdingConfig>
,ReadableThresholdingDao
- Direct Known Subclasses:
OnmsThresholdingDao
,OverrideableThresholdingDaoImpl
,SentinelThresholdingDao
public abstract class AbstractThresholdingDao extends java.lang.Object implements ReadableThresholdingDao
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_STORE_KEY
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.config.dao.common.api.ReadableDao
getReadOnlyConfig, reload
-
-
-
-
Field Detail
-
JSON_STORE_KEY
public static final java.lang.String JSON_STORE_KEY
- See Also:
- Constant Field Values
-
-