Kieker 1.9

kieker.monitoring.probe.aspectj.flow.concurrency
Class ThreadingAspect

java.lang.Object
  extended by kieker.monitoring.probe.aspectj.AbstractAspectJProbe
      extended by kieker.monitoring.probe.aspectj.flow.concurrency.ThreadingAspect
All Implemented Interfaces:
IMonitoringProbe

public class ThreadingAspect
extends AbstractAspectJProbe

Since:
1.5
Author:
Jan Waller

Constructor Summary
ThreadingAspect()
          Default constructor.
 
Method Summary
 void beforeNewThread(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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadingAspect

public ThreadingAspect()
Default constructor.

Method Detail

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.

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net