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.accesstoken com.jalios.jcms.authentication.cookie com.jalios.jcms.fileprocessor com.jalios.jcms.member.csvimport com.jalios.jcms.monitoring -
-
Uses of TransactionalAlarmListener in com.jalios.jcms
Subclasses of TransactionalAlarmListener in com.jalios.jcms Modifier and Type Class Description classPstatusAlarmListenerThis class is the AlarmListener used to change pstatus scheduled with pdate, edate and adate.classWFExpressAlarmListenerThis class is the AlarmListener used in the Workflow Express (status change at expiration time if no change in between)classWFReminderAlarmListenerThis 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 classAlertPurgeAlarmListener -
Uses of TransactionalAlarmListener in com.jalios.jcms.application
Subclasses of TransactionalAlarmListener in com.jalios.jcms.application Modifier and Type Class Description classApplicationInstallCountAlarmListenerAlarm to recompute install count -
Uses of TransactionalAlarmListener in com.jalios.jcms.authentication.accesstoken
Subclasses of TransactionalAlarmListener in com.jalios.jcms.authentication.accesstoken Modifier and Type Class Description classAccessTokenExpiringReminderAlarmListenerAlarmListener used to regulary notify members for their AccessToken that are aboun to expire.classAccessTokenPurgeAlarmListenerAlarmListener used to regulary delete all expired AccessToken. -
Uses of TransactionalAlarmListener in com.jalios.jcms.authentication.cookie
Subclasses of TransactionalAlarmListener in com.jalios.jcms.authentication.cookie Modifier and Type Class Description classAuthenticationCookiePurgeAlarmListenerAlarmListener 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 classFileProcessorPostponedAlarmListenerFor one Repository configured, there is one instance of this AlarmListener registered in a corresponding AlarmManager. -
Uses of TransactionalAlarmListener in com.jalios.jcms.member.csvimport
Subclasses of TransactionalAlarmListener in com.jalios.jcms.member.csvimport Modifier and Type Class Description classSendActivationMailAlarmListener -
Uses of TransactionalAlarmListener in com.jalios.jcms.monitoring
Subclasses of TransactionalAlarmListener in com.jalios.jcms.monitoring Modifier and Type Class Description classMonitoringManagerMonitoring class which saves site monitoring measures and events.
-