Package jadex.micro.examples.watchdog
Interface IWatchdogService
-
- All Known Implementing Classes:
WatchdogAgent
public interface IWatchdogService
Watchdogs observe each other and take actions when a watchdog becomes unavailable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getInfo()
Get the information about this watchdog.IFuture
ping()
Test if this watchdog is alive.
-
-
-
Method Detail
-
getInfo
java.lang.String getInfo()
Get the information about this watchdog.- Returns:
- The information.
-
ping
IFuture ping()
Test if this watchdog is alive.
-
-