@Deprecated
public class OrchestratorFactory
extends java.lang.Object
Orchestrator
.Constructor and Description |
---|
OrchestratorFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Orchestrator |
getInstance(com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator configEDAOrchestrator)
Deprecated.
The entire class is deprecated. See deprecation notice for
OrchestratorFactory . |
static Orchestrator |
getInstance(java.io.File file)
Deprecated.
The entire class is deprecated. See deprecation notice for
OrchestratorFactory . |
@Deprecated public static Orchestrator getInstance(com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator configEDAOrchestrator)
OrchestratorFactory
.Orchestrator
for the given
configuration object.configEDAOrchestrator
- the configuration object with which the new instance is initializedOrchestrator
@Deprecated public static Orchestrator getInstance(java.io.File file)
OrchestratorFactory
.Orchestrator
for the given configuration file.file
- a file handle that points to a valid EDA configuration fileOrchestrator