Class AgendaEventReminderJob

java.lang.Object
org.exoplatform.agenda.job.AgendaEventReminderJob
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class AgendaEventReminderJob extends Object implements org.quartz.Job
A job to send reminders of current minutes switch computed EventReminder.getDatetime()
  • Constructor Details

    • AgendaEventReminderJob

      public AgendaEventReminderJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • getAgendaEventReminderService

      public org.exoplatform.agenda.service.AgendaEventReminderService getAgendaEventReminderService()