Package org.sadun.util.watchdog.listeners

Class Summary
MailAlarmListener NOTE: this class relies on javamail.
WaitAndRetryListener A listener which implements a wait/retry policy on impossible checks and sends an alarm when a failure occurs or the check couldn't be performed for a certain number of times.
 

Exception Summary
MaxRetryExceededException An exception raised when a wait/retry policy is abandoned after a certain number of retries.
SendMailFailedException