public class TaskExecuteInterceptorInstrumentation
extends org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine
AbstractTask instance and intercept `init`、`handle` and `after` methods,
the implementation class execute task through these methods.| 构造器和说明 |
|---|
TaskExecuteInterceptorInstrumentation() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch |
enhanceClass() |
org.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint[] |
getConstructorsInterceptPoints() |
org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint[] |
getInstanceMethodsInterceptPoints() |
getStaticMethodsInterceptPointsenhanceprotected org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch enhanceClass()
enhanceClass 在类中 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefinepublic org.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint[] getConstructorsInterceptPoints()
getConstructorsInterceptPoints 在类中 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefinepublic org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints()
getInstanceMethodsInterceptPoints 在类中 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefineCopyright © 2021 The Apache Software Foundation. All rights reserved.