Kieker 1.10

kieker.monitoring.probe.aspectj.flow.constructorExecution
Class Annotation

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

public class Annotation
extends AbstractAspect

Since:
1.6
Author:
Jan Waller

Constructor Summary
Annotation()
          Default constructor.
 
Method Summary
 void monitoredConstructor()
          The pointcut for the monitored constructors.
 
Methods inherited from class kieker.monitoring.probe.aspectj.flow.constructorExecution.AbstractAspect
constructor
 
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

Annotation

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

Specified by:
monitoredConstructor in class AbstractAspect

Kieker 1.10

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