kieker.monitoring.probe.aspectj.flow.construction
Class FullInstrumentation
java.lang.Object
  
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
      
kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
          
kieker.monitoring.probe.aspectj.flow.construction.FullInstrumentation
- All Implemented Interfaces: 
 - IMonitoringProbe
 
public class FullInstrumentation
- extends AbstractAspect
 
- Since:
 
  - 1.5
 
- Author:
 
  - Jan Waller
 
 
 
 
 
 
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 constructors (e.g. all constructors or
 only constructors with specific annotations).
- Specified by:
 monitoredConstructor in class AbstractAspect
 
 
 
Copyright 2014 Kieker Project, http://kieker-monitoring.net>