| Package | Description |
|---|---|
| com.ebay.bascomtask.config | |
| com.ebay.bascomtask.main |
| Modifier and Type | Method and Description |
|---|---|
ITaskClosureGenerator |
DefaultBascomConfig.getExecutionHook(Orchestrator orc,
String pass) |
ITaskClosureGenerator |
IBascomConfig.getExecutionHook(Orchestrator orc,
String pass)
Returns a generator for use within an orchestration execution scope --
i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Orchestrator |
Orchestrator.closureGenerator(ITaskClosureGenerator generator)
Sets a closure generator to use for this orchestrator, rather than the
default which is retrieved from whichever IBascomConfig is active.
|
static Orchestrator |
Orchestrator.create() |
Orchestrator |
TaskThreadStat.getOrchestrator()
The creator of this TaskThreadStat
|
Orchestrator |
ITask.getOrchestrator()
Returns the orchestrator which created and owns this task.
|
Orchestrator |
Orchestrator.name(String name)
Sets a name used on entry and exit debugging statements, useful for
identify which orchestrator is being invoked when there are many
involved.
|
| Constructor and Description |
|---|
TaskThreadStat(Orchestrator orc,
int localIndex,
int globalIndex,
TaskThreadStat root) |
Copyright © 2018. All rights reserved.