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.RemoteException
ServerConfig getConfig() throws java.rmi.RemoteException
java.rmi.RemoteException
void raiseAlert(AgentAlert alert) throws java.rmi.RemoteException
java.rmi.RemoteException
ServerConfig setConfig(ServerConfig cfg) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertSettingsTO getAlertSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
void setAlertSettings(AlertSettingsTO settings) throws java.rmi.RemoteException
java.rmi.RemoteException
void ping() throws java.rmi.RemoteException
java.rmi.RemoteException