Class Context


  • public class Context
    extends java.lang.Object
    Author:
    Tom Baeyens, Daniel Meyer, Thorben Lindhauer
    • Field Detail

      • commandContextThreadLocal

        protected static java.lang.ThreadLocal<java.util.Deque<CommandContext>> commandContextThreadLocal
      • commandInvocationContextThreadLocal

        protected static java.lang.ThreadLocal<java.util.Deque<CommandInvocationContext>> commandInvocationContextThreadLocal
      • processEngineConfigurationStackThreadLocal

        protected static java.lang.ThreadLocal<java.util.Deque<ProcessEngineConfigurationImpl>> processEngineConfigurationStackThreadLocal
      • executionContextStackThreadLocal

        protected static java.lang.ThreadLocal<java.util.Deque<CoreExecutionContext<? extends CoreExecution>>> executionContextStackThreadLocal
      • jobExecutorContextThreadLocal

        protected static java.lang.ThreadLocal<JobExecutorContext> jobExecutorContextThreadLocal
      • processApplicationContext

        protected static java.lang.ThreadLocal<java.util.Deque<ProcessApplicationReference>> processApplicationContext
    • Constructor Detail

      • Context

        public Context()