Class OperationExecutionDataGatherer
java.lang.Object
kieker.monitoring.probe.utilities.OperationExecutionDataGatherer
public abstract class OperationExecutionDataGatherer
extends java.lang.Object
This class contains the monitoring logic that can be used by different frameworks, especially DiSL and Javassist.
- Author:
- Lubomir Bulej, David Georg Reichelt
-
Constructor Summary
Constructors Constructor Description OperationExecutionDataGatherer()
-
Method Summary
Modifier and Type Method Description static void
operationEnd(FullOperationStartData startData)
static FullOperationStartData
operationStart(java.lang.String operationSignature)
-
Constructor Details
-
OperationExecutionDataGatherer
public OperationExecutionDataGatherer()
-
-
Method Details