public interface ConfigService extends RemoteService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigService.ConfigurationRecord
The runtime configuration of a single
ConfigObject. |
static class |
ConfigService.ConfigurationResult
The current runtime configuration of a server, a collection of
ConfigService.ConfigurationRecord
objects indexed by key. |
| Modifier and Type | Method and Description |
|---|---|
ConfigService.ConfigurationResult |
getConfiguration()
Retrieve all the runtime configuration held by the server and return it in a format
that is digestible by GWT.
|
ConfigService.ConfigurationRecord |
updateConfiguration(String key,
ConfigField[] updates)
Submit a collection of updated fields to the server for application to its runtime
configuration.
|
ConfigService.ConfigurationResult getConfiguration() throws ServiceException
ServiceExceptionConfigService.ConfigurationRecord updateConfiguration(String key, ConfigField[] updates) throws ServiceException
ServiceExceptionCopyright © 2015. All rights reserved.