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
  • 构造器详细资料

    • 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