public class CalendarEntrySchedulerJob extends org.springframework.scheduling.quartz.QuartzJobBean
Constructor and Description |
---|
CalendarEntrySchedulerJob() |
Modifier and Type | Method and Description |
---|---|
protected void |
executeInternal(org.quartz.JobExecutionContext context) |
static BatchJobService |
getBatchJobService() |
int |
getCalendarEntriesPollingWindow() |
void |
setBatchJobService(BatchJobService batchJobService) |
void |
setCalendarEntriesPollingWindow(int calendarEntriesPollingWindow) |
public CalendarEntrySchedulerJob()
protected void executeInternal(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
executeInternal
in class org.springframework.scheduling.quartz.QuartzJobBean
org.quartz.JobExecutionException
public int getCalendarEntriesPollingWindow()
public void setCalendarEntriesPollingWindow(int calendarEntriesPollingWindow)
public static BatchJobService getBatchJobService()
public void setBatchJobService(BatchJobService batchJobService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.