Class FullInstrumentation

java.lang.Object
All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe

public class FullInstrumentation
extends AbstractAspect
Since:
1.6
  • Constructor Details

  • Method Details

    • monitoredConstructor

      public void monitoredConstructor()
      Description copied from class: AbstractAspect
      The pointcut for the monitored constructors. Inheriting classes should extend the pointcut in order to find the correct constructor executions (e.g. all constructors or only constructors with specific annotations).
      Specified by:
      monitoredConstructor in class AbstractAspect