|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Alive
This interface should be implemented by all classes that are checked regularly by a watchdog. Normally, the watchdog resides on the same machine as the watched program, but in principle also remote excess is possible.
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).
| Method Summary | |
|---|---|
boolean |
isAlive()
The only method defined in this interface. |
| Method Detail |
|---|
boolean isAlive()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||