com.atlassian.confluence.setup.quartz
Class DelegatingClusterAwareQuartzJobBean

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
          extended by com.atlassian.confluence.setup.quartz.DelegatingClusterAwareQuartzJobBean
All Implemented Interfaces:
org.quartz.Job

public class DelegatingClusterAwareQuartzJobBean
extends AbstractClusterAwareQuartzJobBean

This class wraps a Quartz job and


Constructor Summary
DelegatingClusterAwareQuartzJobBean()
           
 
Method Summary
protected  void executeJob(org.quartz.JobExecutionContext jobExecutionContext)
           
 void setJob(org.springframework.scheduling.quartz.QuartzJobBean job)
           
 
Methods inherited from class com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
executeInternal, setClusterManager
 
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
 

Constructor Detail

DelegatingClusterAwareQuartzJobBean

public DelegatingClusterAwareQuartzJobBean()
Method Detail

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)


Copyright © 2003-2012 Atlassian. All Rights Reserved.