|
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.concurrency.ThreadingAspect
public class ThreadingAspect
Constructor Summary | |
---|---|
ThreadingAspect()
Default constructor. |
Method Summary | |
---|---|
void |
beforeNewThread(java.lang.Thread thread)
This method represents the advice which is used before the actual start of a thread. |
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 ThreadingAspect()
Method Detail |
---|
public void beforeNewThread(java.lang.Thread thread)
thread
- The thread.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |