|
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.construction.AbstractAspect
public abstract class AbstractAspect
Constructor Summary | |
---|---|
AbstractAspect()
|
Method Summary | |
---|---|
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. |
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 monitoredConstructor()
public void afterConstruction(java.lang.Object thisObject, org.aspectj.lang.JoinPoint.StaticPart jp)
thisObject
- jp
- The static information about this joint point.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |