kieker.monitoring.probe.aspectj.flow.operationCall
Class FullInstrumentationNoGetterAndSetter
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentationNoGetterAndSetter
- All Implemented Interfaces:
- IMonitoringProbe
public class FullInstrumentationNoGetterAndSetter
- extends AbstractAspect
- Since:
- 1.6
- Author:
- Jan Waller
FullInstrumentationNoGetterAndSetter
public FullInstrumentationNoGetterAndSetter()
- Default constructor.
monitoredOperation
public void monitoredOperation()
- Description copied from class:
AbstractAspect
- The 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:
monitoredOperation
in class AbstractAspect
Copyright 2014 Kieker Project, http://kieker-monitoring.net>