public class StuckDocumentScheduler extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
| Modifier and Type | Field and Description |
|---|---|
protected static org.quartz.JobKey |
AUTOFIX_COLLECTOR_JOB_KEY |
protected static org.quartz.JobKey |
NOTIFICATION_JOB_KEY |
| Constructor and Description |
|---|
StuckDocumentScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) |
void |
setAutofixCronExpression(RuntimeConfig autofixCronExpression) |
void |
setAutofixEnabled(RuntimeConfig autofixEnabled) |
void |
setAutofixMaxAttempts(RuntimeConfig autofixMaxAttempts) |
void |
setAutofixQuietPeriod(RuntimeConfig autofixQuietPeriod) |
void |
setNotificationCronExpression(RuntimeConfig notificationCronExpression) |
void |
setNotificationEnabled(RuntimeConfig notificationEnabled) |
void |
setScheduler(org.quartz.Scheduler scheduler)
Not marked as required because it may be null if running KSB in THIN mode.
|
protected static final org.quartz.JobKey NOTIFICATION_JOB_KEY
protected static final org.quartz.JobKey AUTOFIX_COLLECTOR_JOB_KEY
public StuckDocumentScheduler()
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public void setScheduler(org.quartz.Scheduler scheduler)
public void setNotificationEnabled(RuntimeConfig notificationEnabled)
public void setNotificationCronExpression(RuntimeConfig notificationCronExpression)
public void setAutofixEnabled(RuntimeConfig autofixEnabled)
public void setAutofixCronExpression(RuntimeConfig autofixCronExpression)
public void setAutofixQuietPeriod(RuntimeConfig autofixQuietPeriod)
public void setAutofixMaxAttempts(RuntimeConfig autofixMaxAttempts)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.