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