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, initClientpublic SystemClient(String endpoint) throws IOException
IOExceptionpublic WSParameter[] getStatistics(String sid) throws Exception
SystemServicegetStatistics in interface SystemServicesid - Session identifierExceptionpublic String[] getLanguages() throws Exception
SystemServicegetLanguages in interface SystemServiceExceptionpublic WSSystemInfo getInfo() throws Exception
SystemServicegetInfo in interface SystemServiceExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.