Package | Description |
---|---|
org.apache.oodt.cas.workflow.engine | |
org.apache.oodt.cas.workflow.engine.runner | |
org.apache.oodt.cas.workflow.util |
Modifier and Type | Method and Description |
---|---|
protected EngineRunner |
PrioritizedQueueBasedWorkflowEngineFactory.getEngineRunner() |
Modifier and Type | Method and Description |
---|---|
void |
PrioritizedQueueBasedWorkflowEngine.setEngineRunner(EngineRunner runner) |
Constructor and Description |
---|
PrioritizedQueueBasedWorkflowEngine(WorkflowInstanceRepository repo,
PrioritySorter prioritizer,
WorkflowLifecycleManager lifecycle,
EngineRunner runner,
WorkflowRepository modelRepo,
long querierWaitSeconds) |
TaskRunner(TaskQuerier taskQuerier,
EngineRunner runner) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEngineRunnerBase
An abstract base class providing helper functionality to persist
WorkflowInstance s, to get WorkflowLifecycle s from underlying
TaskProcessor s, and to get WorkflowTask s from the underlying
TaskProcessor . |
class |
AsynchronousLocalEngineRunner
Runs a local version of a
TaskProcessor asynchronously. |
class |
ResourceRunner
Submits a
WorkflowTask to the Resource Manager. |
Modifier and Type | Method and Description |
---|---|
EngineRunner |
EngineRunnerFactory.createEngineRunner() |
Modifier and Type | Method and Description |
---|---|
static EngineRunner |
GenericWorkflowObjectFactory.getEngineRunnerFromClassName(String engineFactory) |
Copyright © 1999–2017 Apache OODT. All rights reserved.