Uses of Interface
kieker.monitoring.core.controller.IStateController
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.core.servlet |
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 IStateController in kieker.monitoring.core.controller
Subinterfaces of IStateController in kieker.monitoring.core.controller Modifier and Type Interface Description interface
IMonitoringController
Classes in kieker.monitoring.core.controller that implement IStateController Modifier and Type Class Description class
MonitoringController
class
StateController
-
Uses of IStateController in kieker.monitoring.core.servlet
Constructors in kieker.monitoring.core.servlet with parameters of type IStateController Constructor Description TerminationServletContextListener(IStateController ctrl)
Create a new instance utilizing an external state controller.