Uses of Interface
kieker.monitoring.timer.ITimeSource
| Package | Description |
|---|---|
| kieker.monitoring.core.controller |
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.
|
| kieker.monitoring.timer |
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 ITimeSource in kieker.monitoring.core.controller
Methods in kieker.monitoring.core.controller that return ITimeSource Modifier and Type Method Description ITimeSourceITimeSourceController. getTimeSource()Returns the ITimeSource used in this controller.ITimeSourceMonitoringController. getTimeSource()ITimeSourceTimeSourceController. getTimeSource() -
Uses of ITimeSource in kieker.monitoring.probe.cxf
Fields in kieker.monitoring.probe.cxf declared as ITimeSource Modifier and Type Field Description protected ITimeSourceOperationExecutionSOAPRequestInInterceptor. timeSourceThe used time source.protected ITimeSourceOperationExecutionSOAPRequestOutInterceptor. timeSourceThe used time source.protected ITimeSourceOperationExecutionSOAPResponseInInterceptor. timeSourceThe used time source.protected ITimeSourceOperationExecutionSOAPResponseOutInterceptor. timeSourceThe used time source. -
Uses of ITimeSource in kieker.monitoring.probe.servlet
Fields in kieker.monitoring.probe.servlet declared as ITimeSource Modifier and Type Field Description protected static ITimeSourceSessionAndTraceRegistrationFilter. TIMESOURCE -
Uses of ITimeSource in kieker.monitoring.timer
Classes in kieker.monitoring.timer that implement ITimeSource Modifier and Type Class Description classAbstractTimeSourceclassSystemMilliTimerA timer implementation, counting in milliseconds since a specified offset.classSystemNanoTimerA timer implementation, counting in nanoseconds since a specified offset.