Kieker 1.8

kieker.monitoring.probe.aspectj.flow.constructorCall
Class FullInstrumentation

java.lang.Object
  extended by kieker.monitoring.probe.aspectj.AbstractAspectJProbe
      extended by kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
          extended by kieker.monitoring.probe.aspectj.flow.constructorCall.FullInstrumentation
All Implemented Interfaces:
IMonitoringProbe

public class FullInstrumentation
extends AbstractAspect

Since:
1.6
Author:
Jan Waller

Constructor Summary
FullInstrumentation()
          Default constructor.
 
Method Summary
 void monitoredConstructor()
          The pointcut for the monitored constructors.
 
Methods inherited from class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
member2constructor, static2constructor
 
Methods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullInstrumentation

public FullInstrumentation()
Default constructor.

Method Detail

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 calls (e.g. all constructors or only constructors with specific annotations).

Specified by:
monitoredConstructor in class AbstractAspect

Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net