Class ContainerThreadMarker


  • public class ContainerThreadMarker
    extends java.lang.Object
    Used to mark threads that have been allocated by the container to process data from an incoming connection. Application created threads are not container threads and neither are threads taken from the container thread pool to execute AsyncContext.start(Runnable).
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void clear()  
      static boolean isContainerThread()  
      static void set()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContainerThreadMarker

        public ContainerThreadMarker()
    • Method Detail

      • isContainerThread

        public static boolean isContainerThread()
      • set

        public static void set()
      • clear

        public static void clear()