Uses of Interface
com.jalios.jdring.AlarmListener
-
Packages that use AlarmListener 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.db com.jalios.jcms.fileprocessor com.jalios.jcms.mail com.jalios.jcms.monitoring com.jalios.jcms.quota com.jalios.jcms.replicamessage com.jalios.jdring Contains JDring classes. -
-
Uses of AlarmListener in com.jalios.jcms
Classes in com.jalios.jcms that implement AlarmListener Modifier and Type Class Description class
JSyncDataListener
This class monitors writes stablization.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 AlarmListener in com.jalios.jcms.alert
Classes in com.jalios.jcms.alert that implement AlarmListener Modifier and Type Class Description class
AlertPurgeAlarmListener
-
Uses of AlarmListener in com.jalios.jcms.application
Classes in com.jalios.jcms.application that implement AlarmListener Modifier and Type Class Description class
ApplicationInstallCountAlarmListener
Alarm to recompute install count -
Uses of AlarmListener in com.jalios.jcms.authentication.cookie
Classes in com.jalios.jcms.authentication.cookie that implement AlarmListener Modifier and Type Class Description class
AuthenticationCookiePurgeAlarmListener
AlarmListener used to regulary delete all expired AuthenticationCookie. -
Uses of AlarmListener in com.jalios.jcms.db
Classes in com.jalios.jcms.db that implement AlarmListener Modifier and Type Class Description class
DBEventLogManager
This class replays the hibernate events on all the other replicas.class
TransactionalAlarmListener
Abstract class to use for Alarms that may perform Hibernate read or write access. -
Uses of AlarmListener in com.jalios.jcms.fileprocessor
Classes in com.jalios.jcms.fileprocessor that implement AlarmListener Modifier and Type Class Description class
FileProcessorAlarmListener
For one Repository configured, there is one instance of this AlarmListener registered in a corresponding AlarmManager.class
FileProcessorPostponedAlarmListener
For one Repository configured, there is one instance of this AlarmListener registered in a corresponding AlarmManager. -
Uses of AlarmListener in com.jalios.jcms.mail
Classes in com.jalios.jcms.mail that implement AlarmListener Modifier and Type Class Description class
MailFetcher
The MailFetcher is used for communication between JCMS, MailServer and Mail Account.Constructors in com.jalios.jcms.mail with parameters of type AlarmListener Constructor Description MailFetcherAlarmEntry(AlarmListener listener, MailAccount account)
MailFetcherAlarmEntry(AlarmListener listener, MailAccount account, boolean isRepetitive)
-
Uses of AlarmListener in com.jalios.jcms.monitoring
Classes in com.jalios.jcms.monitoring that implement AlarmListener Modifier and Type Class Description class
MonitoringManager
Monitoring class which saves site monitoring measures and events. -
Uses of AlarmListener in com.jalios.jcms.quota
Classes in com.jalios.jcms.quota that implement AlarmListener Modifier and Type Class Description class
QuotaManager
-
Uses of AlarmListener in com.jalios.jcms.replicamessage
Classes in com.jalios.jcms.replicamessage that implement AlarmListener Modifier and Type Class Description class
ReplicaMessageManager
-
Uses of AlarmListener in com.jalios.jdring
Fields in com.jalios.jdring declared as AlarmListener Modifier and Type Field Description AlarmListener
AlarmEntry. listener
Methods in com.jalios.jdring that return AlarmListener Modifier and Type Method Description AlarmListener
AlarmEntry. getListener()
Methods in com.jalios.jdring with parameters of type AlarmListener Modifier and Type Method Description AlarmEntry
AlarmManager. addAlarm(int delay, boolean isRepetitive, AlarmListener listener)
Adds an alarm for a specified delay.AlarmEntry
AlarmManager. addAlarm(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year, AlarmListener listener)
Adds an alarm for a specified date.AlarmEntry
AlarmManager. addAlarm(java.util.Date date, AlarmListener listener)
Adds an alarm for a specified date.Constructors in com.jalios.jdring with parameters of type AlarmListener Constructor Description AlarmEntry(int delay, boolean isRepetitive, AlarmListener listener)
Creates a new AlarmEntry.AlarmEntry(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year, AlarmListener listener)
Creates a new AlarmEntry.AlarmEntry(Schedule schedule, AlarmListener listener)
Creates a new AlarmEntry.AlarmEntry(java.lang.String schedule, AlarmListener listener)
Creates a new AlarmEntry from a (simplified) cron-like schedule.AlarmEntry(java.util.Date date, AlarmListener listener)
Creates a new AlarmEntry.
-