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