Kieker 1.11

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

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

public class FullInstrumentation
extends AbstractAspect

Since:
1.10
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.constructorExecutionObjectInterface.AbstractAspect
constructor
 
Methods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 constructor executions (e.g. all constructors or only constructors with specific annotations).

Specified by:
monitoredConstructor in class AbstractAspect

Kieker 1.11

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