public abstract class AbstractAspect extends AbstractAspectJProbe
Constructor and Description |
---|
AbstractAspect() |
Modifier and Type | Method and Description |
---|---|
abstract void |
monitoredOperation()
This is the pointcut for the monitored operations.
|
java.lang.Object |
operation(java.lang.Object thisObject,
org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) |
java.lang.Object |
staticOperation(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
This advice is used around static operations.
|
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
public abstract void monitoredOperation()
public java.lang.Object operation(java.lang.Object thisObject, org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object staticOperation(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.Throwable
thisJoinPoint
- The joint point of the advice.proceed
method.java.lang.Throwable
Copyright 2017 Kieker Project, http://kieker-monitoring.net