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
| Methods inherited from interface java.lang.Runnable |
run |
| Methods inherited from interface org.springframework.beans.factory.InitializingBean |
afterPropertiesSet |
reloadConfigs
void reloadConfigs()
reloadConfigs
Copyright © 2011. All Rights Reserved.