Kieker 1.4

kieker.monitoring.probe.spring.executions
Class AbstractOperationExecutionMethodInvocationInterceptor

java.lang.Object
  extended by kieker.monitoring.probe.spring.executions.AbstractOperationExecutionMethodInvocationInterceptor
All Implemented Interfaces:
IMonitoringProbe, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
Direct Known Subclasses:
OperationExecutionMethodInvocationInterceptor

public abstract class AbstractOperationExecutionMethodInvocationInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor, IMonitoringProbe

Author:
Andre van Hoorn, Marco Luebcke

Constructor Summary
AbstractOperationExecutionMethodInvocationInterceptor()
           
 
Method Summary
abstract  Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 boolean isUseRuntimeClassname()
           
 void setUseRuntimeClassname(boolean useRuntimeClassname)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOperationExecutionMethodInvocationInterceptor

public AbstractOperationExecutionMethodInvocationInterceptor()
Method Detail

isUseRuntimeClassname

public boolean isUseRuntimeClassname()

setUseRuntimeClassname

public void setUseRuntimeClassname(boolean useRuntimeClassname)

invoke

public abstract 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)

Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net