Class FullInstrumentation

java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.AbstractAspect
kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.FullInstrumentation
All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe

public class FullInstrumentation
extends AbstractAspect
Since:
1.6
  • Constructor Details

  • Method Details

    • monitoredOperation

      public void monitoredOperation()
      Description copied from class: AbstractAspect
      This is the pointcut for the monitored operations. Inheriting classes should extend this pointcut to make sure that the correct joint points will be detected.
      Specified by:
      monitoredOperation in class AbstractAspect