public abstract class AbstractAspect extends AbstractAspectJProbe
Constructor and Description |
---|
AbstractAspect() |
Modifier and Type | Method and Description |
---|---|
void |
afterConstruction(java.lang.Object thisObject,
org.aspectj.lang.JoinPoint.StaticPart jp)
This is an advice which will be used after the construction of an object.
|
abstract void |
monitoredConstructor()
The pointcut for the monitored constructors.
|
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
public abstract void monitoredConstructor()
public void afterConstruction(java.lang.Object thisObject, org.aspectj.lang.JoinPoint.StaticPart jp)
thisObject
- jp
- The static information about this joint point.Copyright 2017 Kieker Project, http://kieker-monitoring.net