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
    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 Details

  • 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.