Uses of Class
org.apache.commons.exec.ExecuteWatchdog
-
Packages that use ExecuteWatchdog Package Description org.apache.commons.exec -
-
Uses of ExecuteWatchdog in org.apache.commons.exec
Fields in org.apache.commons.exec declared as ExecuteWatchdog Modifier and Type Field Description private ExecuteWatchdog
DefaultExecutor. watchdog
monitoring of long running processesMethods in org.apache.commons.exec that return ExecuteWatchdog Modifier and Type Method Description ExecuteWatchdog
DefaultExecutor. getWatchdog()
ExecuteWatchdog
Executor. getWatchdog()
Get the watchdog used to kill of processes running, typically, too long time.Methods in org.apache.commons.exec with parameters of type ExecuteWatchdog 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.
-