Klasse MonitorApplication

java.lang.Object
de.dlr.proseo.monitor.MonitorApplication
Alle implementierten Schnittstellen:
org.springframework.boot.CommandLineRunner

@SpringBootApplication @EnableConfigurationProperties @ComponentScan(basePackages="de.dlr.proseo") @EnableJpaRepositories("de.dlr.proseo.model.dao") public class MonitorApplication extends Object implements org.springframework.boot.CommandLineRunner
  • Felddetails

    • jobNamePrefix

      public static final String jobNamePrefix
      Some constant definition for public use.
      Siehe auch:
    • jobContainerPrefix

      public static final String jobContainerPrefix
      Siehe auch:
    • hostName

      public static String hostName
    • hostIP

      public static String hostIP
    • port

      public static String port
    • config

      public static MonitorConfiguration config
    • rtb

      public static org.springframework.boot.web.client.RestTemplateBuilder rtb
    • monitorConfig

      @Autowired MonitorConfiguration monitorConfig
      MonitorServices configuration
  • Konstruktordetails

    • MonitorApplication

      public MonitorApplication()
  • Methodendetails

    • main

      public static void main(String[] args) throws Exception
      Initialize and run application
      Parameter:
      args - command line arguments
      Löst aus:
      Exception
    • startMonitorServices

      public void startMonitorServices()
      Start the service monitoring thread
    • stopMonitorServices

      public void stopMonitorServices()
      Stop the service monitoring thread
    • startMonitorServicesAggregation

      public void startMonitorServicesAggregation()
      Start the service monitoring thread
    • stopMonitorServicesAggregation

      public void stopMonitorServicesAggregation()
      Stop the service monitoring thread
    • startMonitorOrders

      public void startMonitorOrders()
      Start the order monitoring thread
    • stopMonitorOrders

      public void stopMonitorOrders()
      Stop the order monitoring thread
    • startMonitorProducts

      public void startMonitorProducts()
      Start the product monitoring thread
    • stopMonitorProducts

      public void stopMonitorProducts()
      Stop the product monitoring thread
    • run

      public void run(String... arg0) throws Exception
      Angegeben von:
      run in Schnittstelle org.springframework.boot.CommandLineRunner
      Löst aus:
      Exception