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 custom IMonitoringController instead of using the singleton instance.
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object invoke​(org.aopalliance.intercept.MethodInvocation invocation)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OperationExecutionMethodInvocationInterceptor

      public OperationExecutionMethodInvocationInterceptor()
    • OperationExecutionMethodInvocationInterceptor

      public OperationExecutionMethodInvocationInterceptor​(kieker.monitoring.core.controller.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
  • Method Details

    • invoke

      public java.lang.Object invoke​(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      java.lang.Throwable
      See Also:
      MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)