Klasse OrderManager

java.lang.Object
de.dlr.proseo.ordermgr.OrderManager
Alle implementierten Schnittstellen:
org.springframework.boot.CommandLineRunner

@SpringBootApplication @EnableConfigurationProperties @ComponentScan(basePackages="de.dlr.proseo") @EnableJpaRepositories(basePackages="de.dlr.proseo.model.dao") public class OrderManager extends Object implements org.springframework.boot.CommandLineRunner
prosEO Order Manager application
Autor:
Dr. Thomas Bassler
  • Felddetails

  • Konstruktordetails

    • OrderManager

      public OrderManager()
  • Methodendetails

    • getProcOrderManager

      public ProcessingOrderMgr getProcOrderManager()
      Returns the processing order manager
      Gibt zurück:
      the processing order manager
    • setProcOrderManager

      public void setProcOrderManager(ProcessingOrderMgr procOrderManager)
      Sets the processing order manager
      Parameter:
      procOrderManager - the processing order manager
    • getOrderManagerConfig

      public OrdermgrConfiguration getOrderManagerConfig()
      Returns the order manager configuration
      Gibt zurück:
      the order manager configuration
    • main

      public static void main(String[] args) throws Exception
      The entry point of the application. Initializes and runs the Order Manager.
      Parameter:
      args - The command-line arguments passed to the application.
      Löst aus:
      Exception - if an error occurs during the execution.
    • run

      public void run(String... args) throws Exception
      Run the dispatcher of the clean-up thread
      Angegeben von:
      run in Schnittstelle org.springframework.boot.CommandLineRunner
      Parameter:
      args - The command-line arguments passed to the application.
      Löst aus:
      Exception
    • startDispatcher

      public void startDispatcher()
      Start the cleanup thread