Interface AlertGenerator

    • Method Detail

      • getComponentEntryDN

        Dn getComponentEntryDN()
        Retrieves the DN of the configuration entry with which this alert generator is associated.
        Returns:
        The DN of the configuration entry with which this alert generator is associated.
      • getClassName

        default String getClassName()
        Retrieves the fully-qualified name of the Java class for this alert generator implementation.
        Returns:
        The fully-qualified name of the Java class for this alert generator implementation.
      • getAlerts

        Map<String,​String> getAlerts()
        Retrieves information about the set of alerts that this generator may produce. The map returned should be between the notification type for a particular notification and the human-readable description for that notification. This alert generator must not generate any alerts with types that are not contained in this list.
        Returns:
        Information about the set of alerts that this generator may produce.