Package com.adobe.forms.common.servlet
Class TempCleanUpTask
- java.lang.Object
-
- com.adobe.forms.common.servlet.TempCleanUpTask
-
- All Implemented Interfaces:
java.lang.Runnable
@Service(java.lang.Runnable.class) @Property(name="scheduler.expression",value="0 0 12 * * ?",label="Cron expression scheduling this job",description="Cron expression scheduling this job. Default is every hour. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this value") @Property(name="scheduler.concurrent",boolValue=false,propertyPrivate=true) public class TempCleanUpTask extends java.lang.Object implements java.lang.Runnable
This scheduler service processes the uuid folders present inside /tmp/fd/af and deletes it scheduling can be configured in "scheduler.expression" .
-
-
Constructor Summary
Constructors Constructor Description TempCleanUpTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-