public abstract class AbstractAspect extends AbstractAspectJProbe
| Constructor and Description |
|---|
AbstractAspect() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
member2constructor(java.lang.Object thisObject,
org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
org.aspectj.lang.JoinPoint.EnclosingStaticPart thisEnclosingJoinPoint)
This is an advice used around calls from members to constructors.
|
abstract void |
monitoredConstructor()
The pointcut for the monitored constructors.
|
java.lang.Object |
static2constructor(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
org.aspectj.lang.JoinPoint.EnclosingStaticPart thisEnclosingJoinPoint)
This is an advice used around calls from static elements to constructors.
|
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongStringpublic abstract void monitoredConstructor()
public java.lang.Object member2constructor(java.lang.Object thisObject,
org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
org.aspectj.lang.JoinPoint.EnclosingStaticPart thisEnclosingJoinPoint)
throws java.lang.Throwable
thisObject - The caller object.thisJoinPoint - The joint point of the callee.thisEnclosingJoinPoint - The joint point of the caller.proceed method of the given joint point.java.lang.Throwablepublic java.lang.Object static2constructor(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
org.aspectj.lang.JoinPoint.EnclosingStaticPart thisEnclosingJoinPoint)
throws java.lang.Throwable
thisJoinPoint - The joint point of the callee.thisEnclosingJoinPoint - The joint point of the caller.proceed method of the given joint point.java.lang.ThrowableCopyright 2017 Kieker Project, http://kieker-monitoring.net