Klasse MonServiceAggregation

java.lang.Object
java.lang.Thread
de.dlr.proseo.monitor.microservice.MonServiceAggregation
Alle implementierten Schnittstellen:
Runnable

public class MonServiceAggregation extends Thread
The thread monitoring KPI01 timeliness
Autor:
Melchinger
  • Konstruktordetails

    • MonServiceAggregation

      public MonServiceAggregation(MonitorConfiguration config, org.springframework.transaction.PlatformTransactionManager txManager, javax.persistence.EntityManager em)
      Instantiate the monitor services thread
      Parameter:
      config - The monitor configuration
      txManager - The transaction manager
      config - The S1 monitor configuration additions
  • Methodendetails

    • checkMonServiceAggregation

      public void checkMonServiceAggregation()
      Collect the monitoring information of services for day and month
    • run

      public void run()
      Start the monitor thread
      Angegeben von:
      run in Schnittstelle Runnable
      Setzt außer Kraft:
      run in Klasse Thread