Class OrderGenerator

java.lang.Object
de.dlr.proseo.ordergen.OrderGenerator
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootApplication @EnableConfigurationProperties @ComponentScan(basePackages="de.dlr.proseo") @EnableJpaRepositories(basePackages="de.dlr.proseo.model.dao") public class OrderGenerator extends Object implements org.springframework.boot.CommandLineRunner
prosEO Order Generator application
Author:
Ernst Melchinger
  • Field Details

    • serviceConnection

      @Autowired protected ServiceConnection serviceConnection
      The connector service to the prosEO backend services
    • scheduler

      public static OrderGenScheduler scheduler
    • orderCreator

      public static OrderCreator orderCreator
  • Constructor Details

    • OrderGenerator

      public OrderGenerator()
  • Method Details

    • getTxManager

      public org.springframework.transaction.PlatformTransactionManager getTxManager()
      Gets the transaction manger.
      Returns:
      The PlatformTransactionManager instance.
    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception