Class FullInstrumentation
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentation
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
public class FullInstrumentation extends AbstractAspect
- Since:
- 1.6
-
Constructor Summary
Constructors Constructor Description FullInstrumentation()Default constructor. -
Method Summary
Modifier and Type Method Description voidmonitoredOperation()This is the pointcut for the monitored operations.Methods inherited from class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
member2memberOperation, member2staticOperation, static2memberOperation, static2staticOperationMethods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
-
Constructor Details
-
FullInstrumentation
public FullInstrumentation()Default constructor.
-
-
Method Details
-
monitoredOperation
public void monitoredOperation()Description copied from class:AbstractAspectThis 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:
monitoredOperationin classAbstractAspect
-