org.alfresco.repo.avm
Class AVMDeploymentAttemptCleanerJob

java.lang.Object
  extended by org.alfresco.repo.avm.AVMDeploymentAttemptCleanerJob
All Implemented Interfaces:
org.quartz.Job

public class AVMDeploymentAttemptCleanerJob
extends java.lang.Object
implements org.quartz.Job

Job to periodically execute the deployment attempt cleaner.

The following parameters are required:


Constructor Summary
AVMDeploymentAttemptCleanerJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Searches for old deployment attempts and removes them.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVMDeploymentAttemptCleanerJob

public AVMDeploymentAttemptCleanerJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Searches for old deployment attempts and removes them.

Specified by:
execute in interface org.quartz.Job
Parameters:
context - The job context
Throws:
org.quartz.JobExecutionException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.