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 AlarmListener
The 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.String
REVISION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleAlarm(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.
-
-