Uses of Class
org.apache.commons.exec.Watchdog
-
Packages that use Watchdog Package Description org.apache.commons.exec The main Apache Commons Exec package. -
-
Uses of Watchdog in org.apache.commons.exec
Fields in org.apache.commons.exec declared as Watchdog Modifier and Type Field Description private WatchdogExecuteWatchdog. watchdogWill tell us whether timeout has occurred.Methods in org.apache.commons.exec that return Watchdog Modifier and Type Method Description WatchdogWatchdog.Builder. get()Creates a new configured ExecuteWatchdog.(package private) WatchdogExecuteWatchdog. getWatchdog()Gets the watchdog.Methods in org.apache.commons.exec with parameters of type Watchdog Modifier and Type Method Description default voidTimeoutObserver. accept(Watchdog w)voidExecuteWatchdog. timeoutOccured(Watchdog w)Called after watchdog has finished.voidTimeoutObserver. timeoutOccured(Watchdog w)Called when the watchdog times out.
-