ExecuteThreadRunner¶
ExecuteThreadRunner is created alongside ExecuteHolder.
Creating Instance¶
ExecuteThreadRunner takes the following to be created:
-
ExecuteHolder
Execute¶
execute executeInternal.
In the end, execute requests the ConnectProgressExecutionListener to removeJobTag and removes the job tag (associated with the user and session IDs).
execute is used when:
ExecutionThreadis started
executeInternal¶
executeInternal...FIXME
executeInternal is used when:
ExecuteThreadRunneris requested to execute
Handle Plan¶
handlePlan...FIXME
handlePlan is used when:
ExecuteThreadRunneris requested to executeInternal