Class Annotation
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
kieker.monitoring.probe.aspectj.flow.operationCall.Annotation
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
public class Annotation extends AbstractAspect
- Since:
- 1.5
-
Constructor Summary
Constructors Constructor Description Annotation()Default constructor. -
Method Summary
Modifier and Type Method Description voidmonitoredOperation()The pointcut for the monitored operations.Methods inherited from class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
member2memberOperation, member2staticOperation, static2memberOperation, static2staticOperationMethods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
-
Constructor Details
-
Annotation
public Annotation()Default constructor.
-
-
Method Details
-
monitoredOperation
public void monitoredOperation()Description copied from class:AbstractAspectThe pointcut for the monitored operations. Inheriting classes should extend the pointcut in order to find the correct method calls (e.g. all methods or only methods with specific annotations).- Specified by:
monitoredOperationin classAbstractAspect
-