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 ExecuteWatchdogDefaultExecutor. watchdogmonitoring of long running processesMethods in org.apache.commons.exec that return ExecuteWatchdog Modifier and Type Method Description ExecuteWatchdogDefaultExecutor. getWatchdog()ExecuteWatchdogExecutor. 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 voidDefaultExecutor. setWatchdog(ExecuteWatchdog watchDog)voidExecutor. setWatchdog(ExecuteWatchdog watchDog)Set the watchdog used to kill of processes running, typically, too long time.
-