Class ScriptJobHandlerConstructorInterceptor

java.lang.Object
org.apache.skywalking.apm.plugin.xxljob.ScriptJobHandlerConstructorInterceptor
All Implemented Interfaces:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor

public class ScriptJobHandlerConstructorInterceptor extends Object implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor
Intercept method of ScriptJobHandler(int, long, java.lang.String, com.xxl.job.core.glue.GlueTypeEnum). cache the script job details.
  • Constructor Details

    • ScriptJobHandlerConstructorInterceptor

      public ScriptJobHandlerConstructorInterceptor()
  • Method Details

    • onConstruct

      public void onConstruct(org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance objInst, Object[] allArguments) throws Throwable
      Specified by:
      onConstruct in interface org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor
      Throws:
      Throwable