| Package | Description |
|---|---|
| org.apache.uima.ducc.agent.launcher |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedProcess |
| Modifier and Type | Field and Description |
|---|---|
protected Process |
CommandExecutor.managedProcess |
| Modifier and Type | Method and Description |
|---|---|
Process |
CommandExecutor.call()
Called by Executor to exec a process.
|
abstract Process |
CommandExecutor.exec(org.apache.uima.ducc.transport.cmdline.ICommandLine commandLine,
Map<String,String> processEnv) |
Process |
DuccCommandExecutor.exec(org.apache.uima.ducc.transport.cmdline.ICommandLine cmdLine,
Map<String,String> processEnv) |
Process |
ManagedProcess.getInstance()
Return current state of this object.
|
| Constructor and Description |
|---|
CommandExecutor(NodeAgent agent,
org.apache.uima.ducc.transport.cmdline.ICommandLine cmdLine,
String host,
String ip,
Process managedProcess) |
DuccCommandExecutor(org.apache.uima.ducc.transport.cmdline.ICommandLine cmdLine,
String host,
String ip,
Process managedProcess) |
DuccCommandExecutor(NodeAgent agent,
org.apache.uima.ducc.transport.cmdline.ICommandLine cmdLine,
String host,
String ip,
Process managedProcess) |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.