|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.probe.aspectj.AbstractAspectJProbe kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.AbstractAspect
public abstract class AbstractAspect
Constructor Summary | |
---|---|
AbstractAspect()
|
Method Summary | |
---|---|
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. |
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 |
---|
public AbstractAspect()
Method Detail |
---|
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
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |