Watchdogpublic interface Watchdog This interface represents an abstract watchdog process that serves to
monitor a situation and triggers an action under an implementation-specific
trigger condition. |
Methods Summary |
---|
public void | reset()Reset this Watchdog. Resets any conditions in the implementations
(time to expiration, etc.) to their original values
| public void | start()Start this Watchdog, causing it to begin monitoring. The Watchdog can
be stopped and restarted.
| public void | stop()Stop this Watchdog, terminating the monitoring condition. The monitor
can be restarted with a call to startWatchdog.
|
|