Class 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()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TempCleanUpTask

        public TempCleanUpTask()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable