kieker.monitoring.probe.aspectj.flow.concurrency
Class ThreadingAspect
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.concurrency.ThreadingAspect
- All Implemented Interfaces:
- IMonitoringProbe
public class ThreadingAspect
- extends AbstractAspectJProbe
- Since:
- 1.5
- Author:
- Jan Waller
Method Summary |
void |
beforeNewThread(Thread thread)
This method represents the advice which is used before the actual start of a thread. |
ThreadingAspect
public ThreadingAspect()
- Default constructor.
beforeNewThread
public void beforeNewThread(Thread thread)
- This method represents the advice which is used before the actual start of a thread.
- Parameters:
thread
- The thread.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>