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.RemoteExceptionjava.lang.String addWatchdog(WatchdogBehavior watchdog, java.lang.String agentID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWatchdogBehavior[] getWatchdogs(java.lang.String agentID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateWatchdog(WatchdogBehavior watchdog) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteWatchdog(java.lang.String watchdogID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWatchdogBehavior[] getAllWatchdogs() throws java.rmi.RemoteException
java.rmi.RemoteException