Package org.exoplatform.agenda.job
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 computedEventReminder.getDatetime()
-
-
Constructor Summary
Constructors Constructor Description AgendaEventReminderJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext context)org.exoplatform.agenda.service.AgendaEventReminderServicegetAgendaEventReminderService()
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-
getAgendaEventReminderService
public org.exoplatform.agenda.service.AgendaEventReminderService getAgendaEventReminderService()
-
-