com.atlassian.confluence.importexport.impl
Class CleanTempDirectoryJob

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

public class CleanTempDirectoryJob
extends AbstractClusterAwareQuartzJobBean

Removes files from the Confluence temporary files directory. The minimum age of files to be removed is configured as the 'deleteFilesOlderThanHours' parameter in the job execution context.


Constructor Summary
CleanTempDirectoryJob()
           
 
Method Summary
 void executeJob(org.quartz.JobExecutionContext context)
           
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
 void setGateKeeper(DownloadGateKeeper gateKeeper)
           
 
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

CleanTempDirectoryJob

public CleanTempDirectoryJob()
Method Detail

executeJob

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

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)

setGateKeeper

public void setGateKeeper(DownloadGateKeeper gateKeeper)


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.