Uses of Class
org.apache.commons.exec.Watchdog
Packages that use Watchdog
-
Uses of Watchdog in org.apache.commons.exec
Subinterfaces with type arguments of type Watchdog in org.apache.commons.execModifier and TypeInterfaceDescriptioninterfaceInterface for classes that want to be notified by Watchdog.Classes in org.apache.commons.exec that implement interfaces with type arguments of type WatchdogModifier and TypeClassDescriptionstatic final classBuilds ExecuteWatchdog instances.Methods in org.apache.commons.exec that return WatchdogModifier and TypeMethodDescriptionWatchdog.Builder.get()Creates a new configured ExecuteWatchdog.Methods in org.apache.commons.exec with parameters of type WatchdogModifier and TypeMethodDescriptiondefault voidvoidExecuteWatchdog.timeoutOccured(Watchdog w) Called after watchdog has finished.voidTimeoutObserver.timeoutOccured(Watchdog w) Called when the watchdog times out.