| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance |
| Modifier and Type | Method and Description |
|---|---|
Object |
InstanceMethodsAroundInterceptor.afterMethod(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
Object ret)
called after target method invocation.
|
void |
InstanceMethodsAroundInterceptor.beforeMethod(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
MethodInterceptResult result)
called before target method invocation.
|
void |
InstanceMethodsAroundInterceptor.handleMethodException(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
Throwable t)
called when occur exception.
|
void |
InstanceConstructorInterceptor.onConstruct(EnhancedInstance objInst,
Object[] allArguments)
Called after the origin constructor invocation.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.