public interface Alive extends Remote
The watchdog calls the only method defined in this interface,
isAlive() which should return true, if everything is well.
A failure to connect to the watched java-VM will prompt the watchdog to
reboot the computer (or, restart the watched program).
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlive()
The only method defined in this interface.
|
boolean isAlive()
throws RemoteException
RemoteException