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 SessionRegistrySessionRegistry. 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 SessionRegistryOperationExecutionSOAPRequestInInterceptor. SESSION_REGISTRYStores the singleton instance of the session registry.protected static SessionRegistryOperationExecutionSOAPRequestOutInterceptor. SESSION_REGISTRYStores the singleton instance of the session registry.protected static SessionRegistryOperationExecutionSOAPResponseInInterceptor. SESSION_REGISTRYStores the singleton instance of the session registry.protected static SessionRegistryOperationExecutionSOAPResponseOutInterceptor. SESSION_REGISTRYStores 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 SessionRegistrySessionAndTraceRegistrationFilter. SESSION_REGISTRY