Package de.dlr.proseo.monitor
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
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic MonitorConfiguration
static String
static String
static final String
static final String
Some constant definition for public use.(Package privat) MonitorConfiguration
MonitorServices configurationstatic String
static org.springframework.boot.web.client.RestTemplateBuilder
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
Initialize and run applicationvoid
void
Start the order monitoring threadvoid
Start the product monitoring threadvoid
Start the service monitoring threadvoid
Start the service monitoring threadvoid
Stop the order monitoring threadvoid
Stop the product monitoring threadvoid
Stop the service monitoring threadvoid
Stop the service monitoring thread
-
Felddetails
-
jobNamePrefix
Some constant definition for public use.- Siehe auch:
-
jobContainerPrefix
- Siehe auch:
-
hostName
-
hostIP
-
port
-
config
-
rtb
public static org.springframework.boot.web.client.RestTemplateBuilder rtb -
monitorConfig
MonitorServices configuration
-
-
Konstruktordetails
-
MonitorApplication
public MonitorApplication()
-
-
Methodendetails
-
main
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
- Angegeben von:
run
in Schnittstelleorg.springframework.boot.CommandLineRunner
- Löst aus:
Exception
-