| Package | Description |
|---|---|
| org.apache.commons.exec |
| Modifier and Type | Field and Description |
|---|---|
private Watchdog |
ExecuteWatchdog.watchdog
Will tell us whether timeout has occurred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteWatchdog.timeoutOccured(Watchdog w)
Called after watchdog has finished.
|
void |
TimeoutObserver.timeoutOccured(Watchdog w)
Called when the watchdog times out.
|