org.opennms.netmgt.ackd.readers
Interface AckProcessor

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

public interface AckProcessor
extends 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
 void reloadConfigs()
          reloadConfigs
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
 

Method Detail

reloadConfigs

void reloadConfigs()

reloadConfigs



Copyright © 2011. All Rights Reserved.