public interface IServer
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
AlertSettingsTO |
getAlertSettings() |
ServerConfig |
getConfig() |
ApplicationState |
getState() |
void |
ping() |
void |
raiseAlert(AgentAlert alert) |
void |
setAlertSettings(AlertSettingsTO settings) |
ServerConfig |
setConfig(ServerConfig cfg) |
ApplicationState getState() throws java.rmi.RemoteException
java.rmi.RemoteExceptionServerConfig getConfig() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid raiseAlert(AgentAlert alert) throws java.rmi.RemoteException
java.rmi.RemoteExceptionServerConfig setConfig(ServerConfig cfg) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertSettingsTO getAlertSettings() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setAlertSettings(AlertSettingsTO settings) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid ping()
throws java.rmi.RemoteException
java.rmi.RemoteException