kieker.monitoring.probe.spring.executions
Class OperationExecutionMethodInvocationInterceptor
java.lang.Object
  
kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
- All Implemented Interfaces: 
 - IMonitoringProbe, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
 
public class OperationExecutionMethodInvocationInterceptor
- extends Object
- implements org.aopalliance.intercept.MethodInterceptor, IMonitoringProbe
  
- Author:
 
  - Marco Luebcke, Andre van Hoorn, Jan Waller
 
 
| 
Method Summary | 
 Object | 
invoke(org.aopalliance.intercept.MethodInvocation invocation)
 
            | 
 
 
OperationExecutionMethodInvocationInterceptor
public OperationExecutionMethodInvocationInterceptor()
OperationExecutionMethodInvocationInterceptor
public OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
- This constructor is mainly used for testing, providing a custom 
IMonitoringController instead of using the singleton instance.
- Parameters:
 monitoringController - must not be null
 
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
- Specified by:
 invoke in interface org.aopalliance.intercept.MethodInterceptor
 
- Throws:
 Throwable- See Also:
 MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
 
Copyright 2012 Kieker Project, http://kieker-monitoring.net>