Uses of Interface
kieker.monitoring.probe.IMonitoringProbe
| Package | Description |
|---|---|
| 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.manual |
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 IMonitoringProbe in kieker.monitoring.probe.cxf
Classes in kieker.monitoring.probe.cxf that implement IMonitoringProbe Modifier and Type Class Description classOperationExecutionSOAPRequestInInterceptorCXF InInterceptor to get the sessionIdentifier header from an incoming soap message and associate it with the current thread id.classOperationExecutionSOAPRequestOutInterceptorclassOperationExecutionSOAPResponseInInterceptorclassOperationExecutionSOAPResponseOutInterceptorCXF OutInterceptor to set the sessionIdentifier header for an outgoing soap message. -
Uses of IMonitoringProbe in kieker.monitoring.probe.manual
Classes in kieker.monitoring.probe.manual that implement IMonitoringProbe Modifier and Type Class Description classBranchingProbeConvenience class which provides a static method to log branching. -
Uses of IMonitoringProbe in kieker.monitoring.probe.servlet
Classes in kieker.monitoring.probe.servlet that implement IMonitoringProbe Modifier and Type Class Description classSessionAndTraceRegistrationFilterFor each incoming request viaSessionAndTraceRegistrationFilter.doFilter(ServletRequest, ServletResponse, FilterChain), this class (i) registers session and trace information into the thread-local data structuresSessionRegistryandTraceRegistryaccessible to other probes in the control-flow of this request, (ii) executes the givenFilterChainand subsequently (iii) unregisters the thread-local data.