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 Detail

      • lookup

        java.util.Map<java.lang.String,​AlarmWrapper> lookup​(java.util.Set<java.lang.String> reductionKeys)