public interface ServerManager
| Modifier and Type | Method and Description |
|---|---|
void |
deleteServerVariable(String name)
Delete server configuration variable.
|
Map<String,ServerVariable> |
getServerVariables()
Get server configuration variables.
|
void |
setServerVariable(String name,
String value)
Set server configuration variable.
|
Map<String,ServerVariable> getServerVariables() throws IOException, NetXMSClientException
IOException - if socket I/O error occursNetXMSClientException - if NetXMS server returns an error or operation was timed outvoid setServerVariable(String name, String value) throws IOException, NetXMSClientException
name - variable's namevalue - new variable's valueIOException - if socket I/O error occursNetXMSClientException - if NetXMS server returns an error or operation was timed outvoid deleteServerVariable(String name) throws IOException, NetXMSClientException
name - variable's nameIOException - if socket I/O error occursNetXMSClientException - if NetXMS server returns an error or operation was timed outCopyright © 2015. All rights reserved.