Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.xxljob.MethodJobHandlerMethodInterceptor
- afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.xxljob.ScriptJobHandlerMethodInterceptor
- afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.xxljob.SimpleJobHandlerMethodInterceptor
- ARGS_MATCHER_20_TO_22 - Static variable in class org.apache.skywalking.apm.plugin.xxljob.Constants
-
2.0 ~ 2.2.0
- ARGS_MATCHER_23 - Static variable in class org.apache.skywalking.apm.plugin.xxljob.Constants
-
2.3.x after
B
- beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.xxljob.MethodJobHandlerMethodInterceptor
- beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.xxljob.ScriptJobHandlerMethodInterceptor
- beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.xxljob.SimpleJobHandlerMethodInterceptor
- buildMethodName(Method) - Method in class org.apache.skywalking.apm.plugin.xxljob.MethodJobHandlerConstructorInterceptor
C
- Constants - Class in org.apache.skywalking.apm.plugin.xxljob
- Constants() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.Constants
- CONSTRUCTOR_INTERCEPTOR_CLASS - Static variable in class org.apache.skywalking.apm.plugin.xxljob.define.MethodJobHandlerInstrumentation
- CONSTRUCTOR_INTERCEPTOR_CLASS - Static variable in class org.apache.skywalking.apm.plugin.xxljob.define.ScriptJobHandlerInstrumentation
E
- enhanceClass() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.MethodJobHandlerInstrumentation
- enhanceClass() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.ScriptJobHandlerInstrumentation
- enhanceClass() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.SimpleJobHandlerInstrumentation
- EXECUTE_METHOD_MATCHER - Static variable in class org.apache.skywalking.apm.plugin.xxljob.Constants
G
- getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.MethodJobHandlerInstrumentation
- getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.ScriptJobHandlerInstrumentation
- getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.SimpleJobHandlerInstrumentation
- getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.MethodJobHandlerInstrumentation
- getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.ScriptJobHandlerInstrumentation
- getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.xxljob.define.SimpleJobHandlerInstrumentation
H
- handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.xxljob.MethodJobHandlerMethodInterceptor
- handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.xxljob.ScriptJobHandlerMethodInterceptor
- handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.xxljob.SimpleJobHandlerMethodInterceptor
J
M
- METHOD_INTERCEPTOR_CLASS - Static variable in class org.apache.skywalking.apm.plugin.xxljob.define.MethodJobHandlerInstrumentation
- METHOD_INTERCEPTOR_CLASS - Static variable in class org.apache.skywalking.apm.plugin.xxljob.define.ScriptJobHandlerInstrumentation
- METHOD_INTERCEPTOR_CLASS - Static variable in class org.apache.skywalking.apm.plugin.xxljob.define.SimpleJobHandlerInstrumentation
- MethodJobHandlerConstructorInterceptor - Class in org.apache.skywalking.apm.plugin.xxljob
-
Intercept method of
MethodJobHandler(java.lang.Object, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method). - MethodJobHandlerConstructorInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.MethodJobHandlerConstructorInterceptor
- MethodJobHandlerInstrumentation - Class in org.apache.skywalking.apm.plugin.xxljob.define
-
Enhance
MethodJobHandlerinstance and intercept execute() or execute(String) method, this method is a entrance of execute method job. - MethodJobHandlerInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.define.MethodJobHandlerInstrumentation
- MethodJobHandlerMethodInterceptor - Class in org.apache.skywalking.apm.plugin.xxljob
-
Intercept method of
MethodJobHandlerexecute() or execute(String) . - MethodJobHandlerMethodInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.MethodJobHandlerMethodInterceptor
O
- onConstruct(EnhancedInstance, Object[]) - Method in class org.apache.skywalking.apm.plugin.xxljob.MethodJobHandlerConstructorInterceptor
- onConstruct(EnhancedInstance, Object[]) - Method in class org.apache.skywalking.apm.plugin.xxljob.ScriptJobHandlerConstructorInterceptor
- org.apache.skywalking.apm.plugin.xxljob - package org.apache.skywalking.apm.plugin.xxljob
- org.apache.skywalking.apm.plugin.xxljob.define - package org.apache.skywalking.apm.plugin.xxljob.define
S
- ScriptJobHandlerConstructorInterceptor - Class in org.apache.skywalking.apm.plugin.xxljob
-
Intercept method of
ScriptJobHandler(int, long, java.lang.String, com.xxl.job.core.glue.GlueTypeEnum). - ScriptJobHandlerConstructorInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.ScriptJobHandlerConstructorInterceptor
- ScriptJobHandlerInstrumentation - Class in org.apache.skywalking.apm.plugin.xxljob.define
-
Enhance
ScriptJobHandlerinstance and intercept execute() or execute(String) method, this method is a entrance of execute script job. - ScriptJobHandlerInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.define.ScriptJobHandlerInstrumentation
- ScriptJobHandlerMethodInterceptor - Class in org.apache.skywalking.apm.plugin.xxljob
-
Intercept method of
ScriptJobHandlerexecute() or execute(String) . - ScriptJobHandlerMethodInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.ScriptJobHandlerMethodInterceptor
- SimpleJobHandlerInstrumentation - Class in org.apache.skywalking.apm.plugin.xxljob.define
-
Enhance the implement class of
IJobHandlerand intercept execute() or execute(String) method, this method is a entrance of execute job. - SimpleJobHandlerInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.define.SimpleJobHandlerInstrumentation
- SimpleJobHandlerMethodInterceptor - Class in org.apache.skywalking.apm.plugin.xxljob
-
Intercept execute(String) method or execute() on implement class of
IJobHandler. - SimpleJobHandlerMethodInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.xxljob.SimpleJobHandlerMethodInterceptor
X
- XXL_GLUE_JOB_HANDLER - Static variable in class org.apache.skywalking.apm.plugin.xxljob.Constants
- XXL_IJOB_HANDLER - Static variable in class org.apache.skywalking.apm.plugin.xxljob.Constants
- XXL_METHOD_JOB_HANDLER - Static variable in class org.apache.skywalking.apm.plugin.xxljob.Constants
- XXL_SCRIPT_JOB_HANDLER - Static variable in class org.apache.skywalking.apm.plugin.xxljob.Constants
All Classes and Interfaces|All Packages|Constant Field Values