com.atlassian.confluence.cluster.safety
Class ClusterSafetyJob

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

public class ClusterSafetyJob
extends AbstractClusterAwareQuartzJobBean


Constructor Summary
ClusterSafetyJob()
           
 
Method Summary
 void executeJob(org.quartz.JobExecutionContext jobExecutionContext)
           
 void setClusterSafetyManager(ClusterSafetyManager clusterSafetyManager)
           
 
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

ClusterSafetyJob

public ClusterSafetyJob()
Method Detail

executeJob

public void executeJob(org.quartz.JobExecutionContext jobExecutionContext)
                throws org.quartz.JobExecutionException
Specified by:
executeJob in class AbstractClusterAwareQuartzJobBean
Throws:
org.quartz.JobExecutionException

setClusterSafetyManager

public void setClusterSafetyManager(ClusterSafetyManager clusterSafetyManager)


Copyright © 2003-2012 Atlassian. All Rights Reserved.