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