Package com.jalios.jdring
Interface AlarmListener
-
- All Known Implementing Classes:
AlertPurgeAlarmListener,ApplicationInstallCountAlarmListener,AuthenticationCookiePurgeAlarmListener,DBEventLogManager,FileProcessorAlarmListener,FileProcessorPostponedAlarmListener,JSyncDataListener,MailFetcher,MemberImportManager.SendActivationMailAlarmListener,MonitoringManager,PstatusAlarmListener,QuotaManager,ReplicaMessageManager,TransactionalAlarmListener,WFExpressAlarmListener,WFReminderAlarmListener
public interface AlarmListenerThe listener interface for receiving alarm events.- Version:
- $Revision: 14756 $
- Author:
- Olivier Dedieu, David Sims, Jim Lerner
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleAlarm(AlarmEntry entry)Invoked when an alarm is triggered.
-
-
-
Field Detail
-
REVISION
static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-
Method Detail
-
handleAlarm
void handleAlarm(AlarmEntry entry)
Invoked when an alarm is triggered.- Parameters:
entry- the AlarmEntry which has been triggered.
-
-