Package de.dlr.proseo.ordermgr
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
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
The job name prefix(Package privat) OrdermgrConfiguration
The Order Manager configuration -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the order manager configurationReturns the processing order managerstatic void
The entry point of the application.void
Run the dispatcher of the clean-up threadvoid
setProcOrderManager
(ProcessingOrderMgr procOrderManager) Sets the processing order managervoid
Start the cleanup thread
-
Felddetails
-
orderManagerConfig
The Order Manager configuration -
jobNamePrefix
The job name prefix- Siehe auch:
-
-
Konstruktordetails
-
OrderManager
public OrderManager()
-
-
Methodendetails
-
getProcOrderManager
Returns the processing order manager- Gibt zurück:
- the processing order manager
-
setProcOrderManager
Sets the processing order manager- Parameter:
procOrderManager
- the processing order manager
-
getOrderManagerConfig
Returns the order manager configuration- Gibt zurück:
- the order manager configuration
-
main
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
Run the dispatcher of the clean-up thread- Angegeben von:
run
in Schnittstelleorg.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
-