Klasse CleanupProductThread

java.lang.Object
java.lang.Thread
de.dlr.proseo.ingestor.cleanup.CleanupProductThread
Alle implementierten Schnittstellen:
Runnable

public class CleanupProductThread extends Thread
Thread to look for deletable product files
Autor:
Ernst Melchinger
  • Konstruktordetails

    • CleanupProductThread

      public CleanupProductThread(IngestorApplication ingestor)
      Create new CleanupProductThread for ingestor
      Parameter:
      ingestor - the ingestor application
  • Methodendetails

    • run

      public void run()
      Start the cleanup cycle thread to look for deletable products and its files every cleanupCycleTime hours
      Angegeben von:
      run in Schnittstelle Runnable
      Setzt außer Kraft:
      run in Klasse Thread
      Siehe auch: