public class SystemClient extends AbstractClient<SystemService> implements SystemService
client, endpoint
Constructor and Description |
---|
SystemClient(String endpoint) |
Modifier and Type | Method and Description |
---|---|
WSSystemInfo |
getInfo()
Retrieves the Installation informations.
|
String[] |
getLanguages()
Retrieves the languages enabled in the server.
|
WSParameter[] |
getStatistics(String sid)
Retrieves the system statistics.
|
configureSSL, configureTimeout, initClient
public SystemClient(String endpoint) throws IOException
IOException
public WSParameter[] getStatistics(String sid) throws Exception
SystemService
getStatistics
in interface SystemService
sid
- Session identifierException
public String[] getLanguages() throws Exception
SystemService
getLanguages
in interface SystemService
Exception
public WSSystemInfo getInfo() throws Exception
SystemService
getInfo
in interface SystemService
Exception
Copyright © 2008-2014 Logical Objects. All Rights Reserved.