Package org.opennms.netmgt.threshd.api
Interface ThresholdingSetPersister
-
- All Known Implementing Classes:
DefaultThresholdingSetPersister
public interface ThresholdingSetPersister
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear(ThresholdingSession session)
ThresholdingSet
getThresholdingSet(ThresholdingSession session, ThresholdingEventProxy eventProxy)
void
persistSet(ThresholdingSession session, ThresholdingSet set)
void
reinitializeThresholdingSets()
-
-
-
Method Detail
-
persistSet
void persistSet(ThresholdingSession session, ThresholdingSet set)
-
getThresholdingSet
ThresholdingSet getThresholdingSet(ThresholdingSession session, ThresholdingEventProxy eventProxy) throws ThresholdInitializationException
- Throws:
ThresholdInitializationException
-
reinitializeThresholdingSets
void reinitializeThresholdingSets()
-
clear
void clear(ThresholdingSession session)
-
-