Class ExecutionContext

    • Constructor Detail

      • ExecutionContext

        protected ExecutionContext​(java.lang.String executionId,
                                   ExecutionParameters executionParameters)
    • Method Detail

      • getExecutionType

        public java.lang.String getExecutionType()
      • setExecutionType

        public void setExecutionType​(java.lang.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 java.lang.String getExecutionId()
      • isInterrupted

        public boolean isInterrupted()
      • isSimulation

        public boolean isSimulation()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setExecutionCallbacks

        protected void setExecutionCallbacks​(ExecutionCallbacks executionCallbacks)
      • setObjectEnricher

        protected void setObjectEnricher​(ObjectEnricher objectEnricher)
      • setObjectPredicate

        protected void setObjectPredicate​(ObjectPredicate objectPredicate)
      • getResolver

        public Resolver getResolver()