Class ProcessEngineContextImpl


  • public class ProcessEngineContextImpl
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.ThreadLocal<java.lang.Boolean> commandContextNew  
    • Method Summary

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

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

      • commandContextNew

        protected static java.lang.ThreadLocal<java.lang.Boolean> commandContextNew
    • Constructor Detail

      • ProcessEngineContextImpl

        public ProcessEngineContextImpl()
    • Method Detail

      • get

        public static boolean get()
      • set

        public static void set​(boolean requiresNew)
      • consume

        public static boolean consume()
      • clear

        public static void clear()