Class CleanupProductThread

java.lang.Object
java.lang.Thread
de.dlr.proseo.ingestor.cleanup.CleanupProductThread
All Implemented Interfaces:
Runnable

public class CleanupProductThread extends Thread
Thread to look for deletable product files
Author:
Ernst Melchinger
  • Constructor Details

    • CleanupProductThread

      public CleanupProductThread(IngestorApplication ingestor)
      Create new CleanupProductThread for ingestor
      Parameters:
      ingestor - the ingestor application
  • Method Details

    • run

      public void run()
      Start the cleanup cycle thread to look for deletable products and its files every cleanupCycleTime hours
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
      See Also: