Class CreateMementoInterceptor
java.lang.Object
org.apache.skywalking.apm.toolkit.activation.log.log4j.v2.x.async.CreateMementoInterceptor
- All Implemented Interfaces:
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterMethod(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)
-
Constructor Details
-
CreateMementoInterceptor
public CreateMementoInterceptor()
-
-
Method Details
-
beforeMethod
public void beforeMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptResult result) - Specified by:
beforeMethodin interfaceorg.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
-
afterMethod
public Object afterMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Object ret) - Specified by:
afterMethodin interfaceorg.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
-
handleMethodException
public void handleMethodException(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Throwable t) - Specified by:
handleMethodExceptionin interfaceorg.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor
-