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 computed
EventReminder.getDatetime()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) org.exoplatform.agenda.service.AgendaEventReminderService
-
Constructor Details
-
AgendaEventReminderJob
public AgendaEventReminderJob()
-
-
Method Details
-
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()
-