Interface AckProcessor

  • All Superinterfaces:
    org.springframework.beans.factory.InitializingBean, java.lang.Runnable
    All Known Implementing Classes:
    HypericAckProcessor

    public interface AckProcessor
    extends java.lang.Runnable, org.springframework.beans.factory.InitializingBean
    This class uses the JavaMail API to connect to a mail store and retrieve messages, using the configured host and user details, and detects replies to notifications that have an acknowledgment action: acknowledge, unacknowledge, clear, escalate.
    Version:
    $Id: $
    Author:
    David Hustace
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void reloadConfigs()
      reloadConfigs
      • Methods inherited from interface org.springframework.beans.factory.InitializingBean

        afterPropertiesSet
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • reloadConfigs

        void reloadConfigs()

        reloadConfigs