Class ThreadingAspect
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.concurrency.ThreadingAspect
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
public class ThreadingAspect extends AbstractAspectJProbe
- Since:
- 1.5
-
Constructor Summary
Constructors Constructor Description ThreadingAspect()Default constructor. -
Method Summary
Modifier and Type Method Description voidbeforeNewThread(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
-
Constructor Details
-
ThreadingAspect
public ThreadingAspect()Default constructor.
-
-
Method Details
-
beforeNewThread
public void beforeNewThread(java.lang.Thread thread)This method represents the advice which is used before the actual start of a thread.- Parameters:
thread- The thread.
-