Class OperationExecutionMethodInvocationInterceptor
java.lang.Object
kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe,org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class OperationExecutionMethodInvocationInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor, kieker.monitoring.probe.IMonitoringProbe
- Since:
- 0.91
-
Constructor Summary
Constructors Constructor Description OperationExecutionMethodInvocationInterceptor()OperationExecutionMethodInvocationInterceptor(kieker.monitoring.core.controller.IMonitoringController monitoringController)This constructor is mainly used for testing, providing a customIMonitoringControllerinstead of using the singleton instance. -
Method Summary
Modifier and Type Method Description java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)
-
Constructor Details
-
OperationExecutionMethodInvocationInterceptor
public OperationExecutionMethodInvocationInterceptor() -
OperationExecutionMethodInvocationInterceptor
public OperationExecutionMethodInvocationInterceptor(kieker.monitoring.core.controller.IMonitoringController monitoringController)This constructor is mainly used for testing, providing a customIMonitoringControllerinstead of using the singleton instance.- Parameters:
monitoringController- must not be null
-
-
Method Details
-
invoke
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
java.lang.Throwable- See Also:
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
-