Uses of Class
org.apache.commons.exec.Watchdog
Packages that use Watchdog
-
Uses of Watchdog in org.apache.commons.exec
Fields in org.apache.commons.exec declared as WatchdogModifier and TypeFieldDescriptionprivate final Watchdog
ExecuteWatchdog.watchdog
Will tell us whether timeout has occurred.Methods in org.apache.commons.exec with parameters of type WatchdogModifier and TypeMethodDescriptionvoid
ExecuteWatchdog.timeoutOccured
(Watchdog w) Called after watchdog has finished.void
TimeoutObserver.timeoutOccured
(Watchdog w) Called when the watchdog times out.