Class MonitorOrders

java.lang.Object
java.lang.Thread
de.dlr.proseo.monitor.order.MonitorOrders
All Implemented Interfaces:
Runnable

public class MonitorOrders extends Thread
The thread monitoring the orders
Author:
Melchinger
  • Constructor Details

    • MonitorOrders

      public MonitorOrders(MonitorConfiguration config, org.springframework.transaction.PlatformTransactionManager txManager)
      Instantiate the monitor order thread
      Parameters:
      config - The monitor configuration
      txManager - The transaction manager
  • Method Details

    • checkOrders

      public void checkOrders()
      Collect the monitoring information of orders
    • run

      public void run()
      Start the monitor thread
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread