public abstract class AbstractAspect extends AbstractAspectJProbe
| Constructor and Description |
|---|
AbstractAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterConstructor(java.lang.Object thisObject,
org.aspectj.lang.JoinPoint thisJoinPoint) |
void |
afterConstructorThrowing(java.lang.Object thisObject,
org.aspectj.lang.JoinPoint thisJoinPoint,
java.lang.Throwable th) |
void |
afterOperation(org.aspectj.lang.JoinPoint thisJoinPoint) |
void |
beforeConstructor(java.lang.Object thisObject,
org.aspectj.lang.JoinPoint thisJoinPoint) |
abstract void |
monitoredConstructor()
The pointcut for the monitored constructors.
|
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongStringpublic abstract void monitoredConstructor()
public void beforeConstructor(java.lang.Object thisObject,
org.aspectj.lang.JoinPoint thisJoinPoint)
throws java.lang.Throwable
java.lang.Throwablepublic void afterConstructor(java.lang.Object thisObject,
org.aspectj.lang.JoinPoint thisJoinPoint)
throws java.lang.Throwable
java.lang.Throwablepublic void afterConstructorThrowing(java.lang.Object thisObject,
org.aspectj.lang.JoinPoint thisJoinPoint,
java.lang.Throwable th)
throws java.lang.Throwable
java.lang.Throwablepublic void afterOperation(org.aspectj.lang.JoinPoint thisJoinPoint)
Copyright 2021 Kieker Project, http://kieker-monitoring.net