com.atlassian.confluence.setup.quartz
Class DelegatingClusterAwareQuartzJobBean
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
com.atlassian.confluence.setup.quartz.DelegatingClusterAwareQuartzJobBean
- All Implemented Interfaces:
- org.quartz.Job
public class DelegatingClusterAwareQuartzJobBean
- extends AbstractClusterAwareQuartzJobBean
This class wraps a Quartz job and
Method Summary |
protected void |
executeJob(org.quartz.JobExecutionContext jobExecutionContext)
|
void |
setJob(org.springframework.scheduling.quartz.QuartzJobBean job)
|
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingClusterAwareQuartzJobBean
public DelegatingClusterAwareQuartzJobBean()
executeJob
protected void executeJob(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
executeJob
in class AbstractClusterAwareQuartzJobBean
- Throws:
org.quartz.JobExecutionException
setJob
public void setJob(org.springframework.scheduling.quartz.QuartzJobBean job)