Class TomcatThreadExecutorInterceptor

java.lang.Object
org.apache.skywalking.apm.plugin.tomcat.thread.pool.TomcatThreadExecutorInterceptor
All Implemented Interfaces:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor

public class TomcatThreadExecutorInterceptor extends Object implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor
  • Constructor Details

    • TomcatThreadExecutorInterceptor

      public TomcatThreadExecutorInterceptor()
  • 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