Kieker 1.11

kieker.monitoring.probe.aspectj.flow.operationExecutionObject
Class FullInstrumentation

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

public class FullInstrumentation
extends AbstractAspect

Since:
1.6
Author:
Jan Waller

Constructor Summary
FullInstrumentation()
          Default constructor.
 
Method Summary
 void monitoredOperation()
          This is the pointcut for the monitored operations.
 
Methods inherited from class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
operation, staticOperation
 
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 Detail

FullInstrumentation

public FullInstrumentation()
Default constructor.

Method Detail

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

Kieker 1.11

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