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 class
OperationExecutionSOAPRequestInInterceptor
CXF InInterceptor to get the sessionIdentifier header from an incoming soap message and associate it with the current thread id.class
OperationExecutionSOAPRequestOutInterceptor
class
OperationExecutionSOAPResponseInInterceptor
class
OperationExecutionSOAPResponseOutInterceptor
CXF 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 class
BranchingProbe
Convenience 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 class
SessionAndTraceRegistrationFilter
For each incoming request viaSessionAndTraceRegistrationFilter.doFilter(ServletRequest, ServletResponse, FilterChain)
, this class (i) registers session and trace information into the thread-local data structuresSessionRegistry
andTraceRegistry
accessible to other probes in the control-flow of this request, (ii) executes the givenFilterChain
and subsequently (iii) unregisters the thread-local data.