public static class CommandServer.Command extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected long |
number |
| Constructor and Description |
|---|
Command(InputStream in,
OutputStream out,
OutputStream err,
String d,
Runnable c) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitValue() |
protected void |
killAfterDuration() |
void |
run() |
void |
setMaxDuration(int max,
Future<CommandServer.Command> future) |
String |
toString() |
public Command(InputStream in, OutputStream out, OutputStream err, String d, Runnable c)
public void setMaxDuration(int max,
Future<CommandServer.Command> future)
protected void killAfterDuration()
public int getExitValue()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}