Package com.jalios.jdring
Interface AlarmListener
-
- All Known Implementing Classes:
AccessTokenExpiringReminderAlarmListener,AccessTokenPurgeAlarmListener,AlertPurgeAlarmListener,ApplicationInstallCountAlarmListener,AuthenticationCookiePurgeAlarmListener,DBEventLogManager,FileProcessorAlarmListener,FileProcessorPostponedAlarmListener,JSyncDataListener,LoggingSetupAlarmListener,MailFetcher,MonitoringManager,PstatusAlarmListener,QuotaManager,ReplicaMessageManager,SendActivationMailAlarmListener,TransactionalAlarmListener,WFExpressAlarmListener,WFReminderAlarmListener
public interface AlarmListenerThe listener interface for receiving alarm events.- Author:
- Olivier Dedieu, David Sims, Jim Lerner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleAlarm(AlarmEntry entry)Invoked when an alarm is triggered.
-
-
-
Method Detail
-
handleAlarm
void handleAlarm(AlarmEntry entry)
Invoked when an alarm is triggered.- Parameters:
entry- the AlarmEntry which has been triggered.
-
-