类 CreateMementoInterceptor
java.lang.Object
org.apache.skywalking.apm.toolkit.activation.log.log4j.v2.x.async.CreateMementoInterceptor
- 所有已实现的接口:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
public class CreateMementoInterceptor
extends Object
implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明afterMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Object ret) voidbeforeMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptResult result) voidhandleMethodException(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Throwable t)
-
构造器详细资料
-
CreateMementoInterceptor
public CreateMementoInterceptor()
-
-
方法详细资料
-
beforeMethod
public void beforeMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptResult result) - 指定者:
beforeMethod在接口中org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
-
afterMethod
public Object afterMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Object ret) - 指定者:
afterMethod在接口中org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
-
handleMethodException
public void handleMethodException(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Throwable t) - 指定者:
handleMethodException在接口中org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
-