Uses of Class
kieker.monitoring.core.registry.ControlFlowRegistry
Package | Description |
---|---|
kieker.monitoring.core.registry |
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.probe.cxf |
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.probe.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 ControlFlowRegistry in kieker.monitoring.core.registry
Methods in kieker.monitoring.core.registry that return ControlFlowRegistry Modifier and Type Method Description static ControlFlowRegistry
ControlFlowRegistry. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ControlFlowRegistry[]
ControlFlowRegistry. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ControlFlowRegistry in kieker.monitoring.probe.cxf
Fields in kieker.monitoring.probe.cxf declared as ControlFlowRegistry Modifier and Type Field Description protected static ControlFlowRegistry
OperationExecutionSOAPRequestInInterceptor. CF_REGISTRY
Stores the singleton instance of the control flow registry.protected static ControlFlowRegistry
OperationExecutionSOAPRequestOutInterceptor. CF_REGISTRY
Stores the singleton instance of the control flow registry.protected static ControlFlowRegistry
OperationExecutionSOAPResponseInInterceptor. CF_REGISTRY
Stores the singleton instance of the control flow registry.protected static ControlFlowRegistry
OperationExecutionSOAPResponseOutInterceptor. CF_REGISTRY
Stores the singleton instance of the control flow registry. -
Uses of ControlFlowRegistry in kieker.monitoring.probe.servlet
Fields in kieker.monitoring.probe.servlet declared as ControlFlowRegistry Modifier and Type Field Description protected static ControlFlowRegistry
SessionAndTraceRegistrationFilter. CF_REGISTRY