Class ExecutionContext

    • Method Detail

      • getExecutionType

        public String getExecutionType()
      • setExecutionType

        public void setExecutionType​(String executionType)
      • getPlan

        public Plan getPlan()
      • setPlan

        public void setPlan​(Plan plan)
      • getCurrentReportNode

        public ReportNode getCurrentReportNode()
      • setCurrentReportNode

        public void setCurrentReportNode​(ReportNode node)
      • associateThread

        public void associateThread()
      • associateThread

        public void associateThread​(long parentThreadId,
                                    ReportNode currentReportNode)
      • getExecutionId

        public String getExecutionId()
      • isInterrupted

        public boolean isInterrupted()
      • isSimulation

        public boolean isSimulation()
      • setExecutionCallbacks

        protected void setExecutionCallbacks​(ExecutionCallbacks executionCallbacks)
      • setObjectEnricher

        protected void setObjectEnricher​(ObjectEnricher objectEnricher)
      • setObjectPredicate

        protected void setObjectPredicate​(ObjectPredicate objectPredicate)