Kieker 1.8

kieker.monitoring.probe.aspectj.flow.operationCall
Class Annotation

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

public class Annotation
extends AbstractAspect

Since:
1.5
Author:
Jan Waller

Constructor Summary
Annotation()
          Default constructor.
 
Method Summary
 void monitoredOperation()
          The pointcut for the monitored operations.
 
Methods inherited from class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
member2memberOperation, member2staticOperation, static2memberOperation, static2staticOperation
 
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

Annotation

public Annotation()
Default constructor.

Method Detail

monitoredOperation

public void monitoredOperation()
Description copied from class: AbstractAspect
The pointcut for the monitored operations. Inheriting classes should extend the pointcut in order to find the correct method calls (e.g. all methods or only methods with specific annotations).

Specified by:
monitoredOperation in class AbstractAspect

Kieker 1.8

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