Package org.opennms.netmgt.bsm.service
Interface AlarmProvider
-
- All Known Implementing Classes:
AlarmProviderImpl
public interface AlarmProvider
Used by the state machine to query the status of a particular alarm when new reductions keys are added to a hierarchy.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,AlarmWrapper>
lookup(Set<String> reductionKeys)
-
-
-
Method Detail
-
lookup
Map<String,AlarmWrapper> lookup(Set<String> reductionKeys)
-
-