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:
ExecutionThread
is started
executeInternal¶
executeInternal
...FIXME
executeInternal
is used when:
ExecuteThreadRunner
is requested to execute
Handle Plan¶
handlePlan
...FIXME
handlePlan
is used when:
ExecuteThreadRunner
is requested to executeInternal