Package | Description |
---|---|
org.apache.commons.exec |
Modifier and Type | Method | Description |
---|---|---|
ExecuteWatchdog |
DefaultExecutor.getWatchdog() |
|
ExecuteWatchdog |
Executor.getWatchdog() |
Get the watchdog used to kill of processes running,
typically, too long time.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultExecutor.setWatchdog(ExecuteWatchdog watchDog) |
|
void |
Executor.setWatchdog(ExecuteWatchdog watchDog) |
Set the watchdog used to kill of processes running,
typically, too long time.
|