Uses of Class
com.jalios.jdring.AlarmEntry
-
Packages that use AlarmEntry 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 AlarmEntry in com.jalios.jcms
Fields in com.jalios.jcms declared as AlarmEntry Modifier and Type Field Description protected AlarmEntryNotificationManager. dayAlarmEntryprotected AlarmEntryNotificationManager. hourAlarmEntryprotected AlarmEntryNotificationManager. minuteAlarmEntryprotected AlarmEntryNotificationManager. monthAlarmEntryprotected AlarmEntryChannel. nlAlarmEntryprotected AlarmEntryNotificationManager. weekAlarmEntryprotected AlarmEntryPublication. wfExpressAlarmEntryprotected AlarmEntryPublication. wfReminderAlarmEntryMethods in com.jalios.jcms that return AlarmEntry Modifier and Type Method Description AlarmEntryPublication. getPstatusAlarmEntry(int pstatus)Get the alarmEntry bound to a given pstatusAlarmEntryPublicationIndexManager. getPstatusAlarmEntry(Publication pub, int pstatus)AlarmEntryPublication. removePstatusAlarmEntry(int pstatus)Remove an AlarmEntry to a given pstatusAlarmEntryPublicationIndexManager. removePstatusAlarmEntry(Publication pub, int pstatus)Removes the alarm entry of the given pstatus for the given publication.Methods in com.jalios.jcms that return types with arguments of type AlarmEntry Modifier and Type Method Description java.util.Map<java.lang.Integer,AlarmEntry>PublicationIndexManager. getPstatusAlarmEntryMap(Publication pub)Returns the AlarmEntry map associated to the given publication.Methods in com.jalios.jcms with parameters of type AlarmEntry Modifier and Type Method Description voidJSyncDataListener. handleAlarm(AlarmEntry entry)voidMemberImportManager.SendActivationMailAlarmListener. handleTransactionalAlarm(AlarmEntry entry)voidPstatusAlarmListener. handleTransactionalAlarm(AlarmEntry entry)Invoked when pstatus alarm is reached, update pstatus if allowed tovoidWFExpressAlarmListener. handleTransactionalAlarm(AlarmEntry entry)voidWFReminderAlarmListener. handleTransactionalAlarm(AlarmEntry entry)voidPublication. putPstatusAlarmEntry(int pstatus, AlarmEntry alarmEntry)Bind an AlarmEntry to a given pstatusvoidPublicationIndexManager. putPstatusAlarmEntry(Publication pub, int pstatus, AlarmEntry alarmEntry)Binds the given AlarmEntry to the given pstatus for the given publication. -
Uses of AlarmEntry in com.jalios.jcms.alert
Methods in com.jalios.jcms.alert with parameters of type AlarmEntry Modifier and Type Method Description voidAlertPurgeAlarmListener. handleTransactionalAlarm(AlarmEntry entry) -
Uses of AlarmEntry in com.jalios.jcms.application
Methods in com.jalios.jcms.application with parameters of type AlarmEntry Modifier and Type Method Description voidApplicationInstallCountAlarmListener. handleTransactionalAlarm(AlarmEntry entry) -
Uses of AlarmEntry in com.jalios.jcms.authentication.cookie
Methods in com.jalios.jcms.authentication.cookie with parameters of type AlarmEntry Modifier and Type Method Description voidAuthenticationCookiePurgeAlarmListener. handleTransactionalAlarm(AlarmEntry entry) -
Uses of AlarmEntry in com.jalios.jcms.db
Methods in com.jalios.jcms.db with parameters of type AlarmEntry Modifier and Type Method Description voidDBEventLogManager. handleAlarm(AlarmEntry entry)voidTransactionalAlarmListener. handleAlarm(AlarmEntry entry)Hibernate transactionnal implementation ofAlarmListener.handleAlarm(AlarmEntry).abstract voidTransactionalAlarmListener. handleTransactionalAlarm(AlarmEntry entry)Method to be implemented by subclass. -
Uses of AlarmEntry in com.jalios.jcms.fileprocessor
Methods in com.jalios.jcms.fileprocessor with parameters of type AlarmEntry Modifier and Type Method Description voidFileProcessorAlarmListener. handleAlarm(AlarmEntry entry)voidFileProcessorPostponedAlarmListener. handleTransactionalAlarm(AlarmEntry entry) -
Uses of AlarmEntry in com.jalios.jcms.mail
Subclasses of AlarmEntry in com.jalios.jcms.mail Modifier and Type Class Description classMailFetcherAlarmEntryMethods in com.jalios.jcms.mail with parameters of type AlarmEntry Modifier and Type Method Description voidMailFetcher. handleAlarm(AlarmEntry entry) -
Uses of AlarmEntry in com.jalios.jcms.monitoring
Methods in com.jalios.jcms.monitoring with parameters of type AlarmEntry Modifier and Type Method Description voidMonitoringManager. handleTransactionalAlarm(AlarmEntry entry)TransactionalAlarmListener implementation. -
Uses of AlarmEntry in com.jalios.jcms.quota
Methods in com.jalios.jcms.quota with parameters of type AlarmEntry Modifier and Type Method Description voidQuotaManager. handleAlarm(AlarmEntry entry)Manage periodically quota refresh -
Uses of AlarmEntry in com.jalios.jcms.replicamessage
Methods in com.jalios.jcms.replicamessage with parameters of type AlarmEntry Modifier and Type Method Description voidReplicaMessageManager. handleAlarm(AlarmEntry entry) -
Uses of AlarmEntry in com.jalios.jdring
Fields in com.jalios.jdring with type parameters of type AlarmEntry Modifier and Type Field Description protected java.util.SortedSet<AlarmEntry>AlarmManager. queueMethods in com.jalios.jdring that return AlarmEntry Modifier and Type Method Description AlarmEntryAlarmManager. addAlarm(int delay, boolean isRepetitive, AlarmListener listener)Adds an alarm for a specified delay.AlarmEntryAlarmManager. addAlarm(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year, AlarmListener listener)Adds an alarm for a specified date.AlarmEntryAlarmManager. addAlarm(java.util.Date date, AlarmListener listener)Adds an alarm for a specified date.AlarmEntryAlarmManager. getNextAlarm()Returns the next alarm present in queue but don't remove it from queueMethods in com.jalios.jdring that return types with arguments of type AlarmEntry Modifier and Type Method Description java.util.List<AlarmEntry>AlarmManager. getAllAlarms()Returns a copy of all alarms in the manager.Methods in com.jalios.jdring with parameters of type AlarmEntry Modifier and Type Method Description voidAlarmManager. addAlarm(AlarmEntry entry)Adds an alarm for a specified AlarmEntrybooleanAlarmManager. containsAlarm(AlarmEntry alarmEntry)Tests whether the supplied AlarmEntry is in the manager.voidAlarmListener. handleAlarm(AlarmEntry entry)Invoked when an alarm is triggered.booleanAlarmManager. removeAlarm(AlarmEntry entry)Removes the specified AlarmEntry.
-