Package org.apache.commons.exec
Interface TimeoutObserver
- All Known Implementing Classes:
ExecuteWatchdog
public interface TimeoutObserver
Interface for classes that want to be notified by Watchdog.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the watchdog times out.
-
Method Details
-
timeoutOccured
Called when the watchdog times out.- Parameters:
w
- the watchdog that timed out.
-