Package | Description |
---|---|
org.apache.commons.exec |
Modifier and Type | Method and Description |
---|---|
ExecuteWatchdog |
DefaultExecutor.getWatchdog() |
ExecuteWatchdog |
Executor.getWatchdog()
Get the watchdog used to kill of processes running,
typically, too long time.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultExecutor.setWatchdog(ExecuteWatchdog watchDog) |
void |
Executor.setWatchdog(ExecuteWatchdog watchDog)
Set the watchdog used to kill of processes running,
typically, too long time.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.