Uses of Class
org.apache.commons.exec.ExecuteWatchdog
Packages that use ExecuteWatchdog
-
Uses of ExecuteWatchdog in org.apache.commons.exec
Fields in org.apache.commons.exec declared as ExecuteWatchdogModifier and TypeFieldDescriptionprivate ExecuteWatchdog
DefaultExecutor.watchdog
Monitoring of long running processes.Methods in org.apache.commons.exec that return ExecuteWatchdogModifier and TypeMethodDescriptionExecuteWatchdog.Builder.get()
Creates a new configured ExecuteWatchdog.DefaultExecutor.getWatchdog()
Executor.getWatchdog()
Gets the watchdog used to kill of processes running, typically, too long time.Methods in org.apache.commons.exec with parameters of type ExecuteWatchdogModifier and TypeMethodDescriptionvoid
DefaultExecutor.setWatchdog
(ExecuteWatchdog watchdog) void
Executor.setWatchdog
(ExecuteWatchdog watchDog) Sets the watchdog used to kill of processes running, typically, too long time.