Klasse CleanupOrdersThread

java.lang.Object
java.lang.Thread
de.dlr.proseo.ordermgr.cleanup.CleanupOrdersThread
Alle implementierten Schnittstellen:
Runnable

public class CleanupOrdersThread extends Thread
Thread to look for deletable processing orders
Autor:
Ernst Melchinger
  • Konstruktordetails

    • CleanupOrdersThread

      public CleanupOrdersThread(OrderManager orderMgr)
      Create new CleanupOrdersThread for the order manager
      Parameter:
      orderMgr - the order manager application
  • Methodendetails

    • run

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