public interface IWatchdogTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addWatchdog(WatchdogBehavior watchdog,
java.lang.String agentID) |
void |
deleteWatchdog(java.lang.String watchdogID) |
AgentConfig |
findWatchdogAgent(java.lang.String watchdogID) |
WatchdogBehavior[] |
getAllWatchdogs() |
WatchdogBehavior[] |
getWatchdogs(java.lang.String agentID) |
void |
updateWatchdog(WatchdogBehavior watchdog) |
AgentConfig findWatchdogAgent(java.lang.String watchdogID) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addWatchdog(WatchdogBehavior watchdog, java.lang.String agentID) throws java.rmi.RemoteException
java.rmi.RemoteException
WatchdogBehavior[] getWatchdogs(java.lang.String agentID) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateWatchdog(WatchdogBehavior watchdog) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteWatchdog(java.lang.String watchdogID) throws java.rmi.RemoteException
java.rmi.RemoteException
WatchdogBehavior[] getAllWatchdogs() throws java.rmi.RemoteException
java.rmi.RemoteException