Package de.dlr.proseo.ui.backend
Klasse ServiceConfiguration
java.lang.Object
de.dlr.proseo.ui.backend.ServiceConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo")
public class ServiceConfiguration
extends Object
Configuration class for the prosEO User Interface (both GUI and CLI)
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the URL of the prosEO Archive Manager componentGets the URL of the prosEO Facility Manager componentGets the default timeout for HTTP connectionsGets the URL of the prosEO Ingestor componentGets the URL of the prosEO Order Manager componentGets the URL of the prosEO Processor Manager componentGets the URL of the prosEO Product Class Manager componentGets the URL of the prosEO Production Planner componentGets the URL of the prosEO User Manager component
-
Konstruktordetails
-
ServiceConfiguration
public ServiceConfiguration()
-
-
Methodendetails
-
getUserManagerUrl
Gets the URL of the prosEO User Manager component- Gibt zurück:
- the userManagerUrl
-
getProductionPlannerUrl
Gets the URL of the prosEO Production Planner component- Gibt zurück:
- the productionPlannerUrl the URL of the Production Planner
-
getIngestorUrl
Gets the URL of the prosEO Ingestor component- Gibt zurück:
- the ingestorUrl
-
getOrderManagerUrl
Gets the URL of the prosEO Order Manager component- Gibt zurück:
- the orderManagerUrl
-
getProcessorManagerUrl
Gets the URL of the prosEO Processor Manager component- Gibt zurück:
- the processorManagerUrl
-
getProductClassManagerUrl
Gets the URL of the prosEO Product Class Manager component- Gibt zurück:
- the productClassManagerUrl
-
getFacilityManagerUrl
Gets the URL of the prosEO Facility Manager component- Gibt zurück:
- the facilityManagerUrl
-
getArchiveManagerUrl
Gets the URL of the prosEO Archive Manager component- Gibt zurück:
- the archiveManagerUrl
-
getHttpTimeout
Gets the default timeout for HTTP connections- Gibt zurück:
- the httpTimeout
-