Uses of Class
com.jalios.jcms.db.TransactionalAlarmListener
-
Packages that use TransactionalAlarmListener Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.application com.jalios.jcms.authentication.cookie com.jalios.jcms.fileprocessor com.jalios.jcms.monitoring -
-
Uses of TransactionalAlarmListener in com.jalios.jcms
Subclasses of TransactionalAlarmListener in com.jalios.jcms Modifier and Type Class Description class
MemberImportManager.SendActivationMailAlarmListener
This class aims to manage activation email sending, after a batch of DB Member have been persisted.class
PstatusAlarmListener
This class is the AlarmListener used to change pstatus scheduled with pdate, edate and adate.class
WFExpressAlarmListener
This class is the AlarmListener used in the Workflow Express (status change at expiration time if no change in between)class
WFReminderAlarmListener
This class is the AlarmListener used for the Workflow Reminder (send mail at expiration time if no change in between) -
Uses of TransactionalAlarmListener in com.jalios.jcms.alert
Subclasses of TransactionalAlarmListener in com.jalios.jcms.alert Modifier and Type Class Description class
AlertPurgeAlarmListener
-
Uses of TransactionalAlarmListener in com.jalios.jcms.application
Subclasses of TransactionalAlarmListener in com.jalios.jcms.application Modifier and Type Class Description class
ApplicationInstallCountAlarmListener
Alarm to recompute install count -
Uses of TransactionalAlarmListener in com.jalios.jcms.authentication.cookie
Subclasses of TransactionalAlarmListener in com.jalios.jcms.authentication.cookie Modifier and Type Class Description class
AuthenticationCookiePurgeAlarmListener
AlarmListener used to regulary delete all expired AuthenticationCookie. -
Uses of TransactionalAlarmListener in com.jalios.jcms.fileprocessor
Subclasses of TransactionalAlarmListener in com.jalios.jcms.fileprocessor Modifier and Type Class Description class
FileProcessorPostponedAlarmListener
For one Repository configured, there is one instance of this AlarmListener registered in a corresponding AlarmManager. -
Uses of TransactionalAlarmListener in com.jalios.jcms.monitoring
Subclasses of TransactionalAlarmListener in com.jalios.jcms.monitoring Modifier and Type Class Description class
MonitoringManager
Monitoring class which saves site monitoring measures and events.
-