Uses of Interface
org.apache.commons.exec.TimeoutObserver
-
Packages that use TimeoutObserver Package Description org.apache.commons.exec The main Apache Commons Exec package. -
-
Uses of TimeoutObserver in org.apache.commons.exec
Classes in org.apache.commons.exec that implement TimeoutObserver Modifier and Type Class Description classExecuteWatchdogDestroys a process running for too long.Fields in org.apache.commons.exec with type parameters of type TimeoutObserver Modifier and Type Field Description private java.util.List<TimeoutObserver>Watchdog. observersObservers.Methods in org.apache.commons.exec with parameters of type TimeoutObserver Modifier and Type Method Description voidWatchdog. addTimeoutObserver(TimeoutObserver to)Adds a TimeoutObserver.voidWatchdog. removeTimeoutObserver(TimeoutObserver to)Removes a TimeoutObserver.
-