|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigService
Defines remote services available to admins.
| Nested Class Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ConfigService.ConfigurationResult getConfiguration()
throws ServiceException
ServiceException
ConfigService.ConfigurationRecord updateConfiguration(String key,
ConfigField[] updates)
throws ServiceException
ServiceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||