Kieker 1.12

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

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

public abstract class AbstractAspect
extends AbstractAspectJProbe

Since:
1.10
Author:
Jan Waller

Constructor Summary
AbstractAspect()
           
 
Method Summary
 java.lang.Object constructor(java.lang.Object thisObject, org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
          The advice used around the constructor executions.
abstract  void monitoredConstructor()
          The pointcut for the monitored constructors.
 
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

AbstractAspect

public AbstractAspect()
Method Detail

monitoredConstructor

public abstract void monitoredConstructor()
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).


constructor

public java.lang.Object constructor(java.lang.Object thisObject,
                                    org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
                             throws java.lang.Throwable
The advice used around the constructor executions.

Parameters:
thisObject -
thisJoinPoint -
Returns:
The result of the joint point's proceed method.
Throws:
java.lang.Throwable

Kieker 1.12

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