JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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:
Watchdog
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
timeoutOccured
(
Watchdog
w)
Called when the watchdog times out.
Method Details
timeoutOccured
void
timeoutOccured
(
Watchdog
w)
Called when the watchdog times out.
Parameters:
w
- the watchdog that timed out.