public class OperationExecutionMethodInvocationInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor, IMonitoringProbe
Constructor and Description |
---|
OperationExecutionMethodInvocationInterceptor() |
OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
This constructor is mainly used for testing, providing a custom
IMonitoringController instead of using the singleton instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
public OperationExecutionMethodInvocationInterceptor()
public OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
IMonitoringController
instead of using the singleton instance.monitoringController
- must not be nullpublic java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
Copyright 2017 Kieker Project, http://kieker-monitoring.net