|
Fields inherited from class org.alfresco.util.AbstractTriggerBean |
logger |
Fields inherited from interface org.springframework.scheduling.quartz.JobDetailAwareTrigger |
JOB_DETAIL_KEY |
Constructor Summary | ||
CronTriggerBean() Default constructor |
Method Summary | ||
void |
afterPropertiesSet() Set the scheduler |
|
getCronExpression() Get the cron expression that determines when this job is run. |
||
long |
getStartDelay() | |
org.quartz.Trigger |
getTrigger() Build the cron trigger |
|
void |
setCronExpression(String cronExpression) Set the cron expression that determines when this job is run. |
|
void |
setStartDelay(long startDelay) | |
void |
setStartDelayMinutes(long startDelayMinutes) |
Methods inherited from class org.alfresco.util.AbstractTriggerBean |
destroy, getBeanName, getJobDetail, getScheduler, isEnabled, setBeanName, setEnabled, setEnabledFromBean, setJobDetail, setScheduler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|