Uses of Class
kieker.monitoring.core.controller.MonitoringController
Package | Description |
---|---|
kieker.monitoring.core.controller |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.listener |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of MonitoringController in kieker.monitoring.core.controller
Fields in kieker.monitoring.core.controller declared as MonitoringController Modifier and Type Field Description protected MonitoringController
AbstractController. monitoringController
Methods in kieker.monitoring.core.controller that return MonitoringController Modifier and Type Method Description static MonitoringController
MonitoringController. createInstance(Configuration configuration)
This is a factory method creating a new monitoring controller instance using the given configuration.Methods in kieker.monitoring.core.controller with parameters of type MonitoringController Modifier and Type Method Description protected void
AbstractController. setMonitoringController(MonitoringController monitoringController)
Sets and initializes the monitoring controller, if it has not been set yet.Constructors in kieker.monitoring.core.controller with parameters of type MonitoringController Constructor Description TCPController(Configuration configuration, MonitoringController monitoringController)
Creates a new TCPController needs theMonitoringController
to start and connect the TCP receiver. -
Uses of MonitoringController in kieker.monitoring.listener
Constructors in kieker.monitoring.listener with parameters of type MonitoringController Constructor Description MonitoringCommandListener(MonitoringController monitoringController)
Creates a new listener forRemoteControlEvents
.