|
Field Summary | ||
protected static org.apache.commons.logging.Log |
logger |
Fields inherited from interface org.springframework.scheduling.quartz.JobDetailAwareTrigger |
JOB_DETAIL_KEY |
Constructor Summary | ||
AbstractTriggerBean() |
Method Summary | ||
void |
afterPropertiesSet() Set the scheduler |
|
void |
destroy() Ensures that the job is unscheduled with the context is shut down. |
|
getBeanName() Get the bean/trigger name. |
||
org.quartz.JobDetail |
getJobDetail() Get the definition of the job to run. |
|
org.quartz.Scheduler |
getScheduler() Get the scheduler with which the job and trigger are scheduled. |
|
abstract org.quartz.Trigger |
getTrigger() Abstract method for implementations to build their trigger. |
|
boolean |
isEnabled() | |
void |
setBeanName(String name) Get the bean name as this trigger is created |
|
void |
setEnabled(boolean enabled) | |
void |
setEnabledFromBean(BooleanBean enabled) | |
void |
setJobDetail(org.quartz.JobDetail jobDetail) Set the definition of the job to run. |
|
void |
setScheduler(org.quartz.Scheduler scheduler) Set the scheduler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|