kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface
Class FullInstrumentation
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.AbstractAspect
kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.FullInstrumentation
- All Implemented Interfaces:
- IMonitoringProbe
public class FullInstrumentation
- extends AbstractAspect
- Since:
- 1.10
- Author:
- Jan Waller
Methods inherited from class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.AbstractAspect |
constructor |
FullInstrumentation
public FullInstrumentation()
- Default constructor.
monitoredConstructor
public void monitoredConstructor()
- Description copied from class:
AbstractAspect
- The pointcut for the monitored constructors. Inheriting classes should extend the pointcut in order to find the correct constructor executions (e.g. all
constructors or only constructors with specific annotations).
- Specified by:
monitoredConstructor
in class AbstractAspect
Copyright 2014 Kieker Project, http://kieker-monitoring.net>