public class WatchdogAgent extends java.lang.Object implements IWatchdogService
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The micro agent class.
|
protected java.util.Map |
watchdogs
The found watchdogs.
|
Constructor and Description |
---|
WatchdogAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentCreated()
Agent startup.
|
java.lang.String |
getInfo()
Get the information about this watchdog.
|
jadex.commons.future.IFuture<java.lang.Void> |
ping()
Test if this watchdog is alive.
|
protected jadex.bridge.IInternalAccess agent
protected java.util.Map watchdogs
public jadex.commons.future.IFuture<java.lang.Void> agentCreated()
public java.lang.String getInfo()
getInfo
in interface IWatchdogService
public jadex.commons.future.IFuture<java.lang.Void> ping()
ping
in interface IWatchdogService