| Package | Description |
|---|---|
| com.threerings.admin.web.gwt | |
| com.threerings.admin.web.server | |
| com.threerings.web.server |
| Modifier and Type | Method and Description |
|---|---|
ConfigService.ConfigurationResult |
ConfigService.getConfiguration()
Retrieve all the runtime configuration held by the server and return it in a format
that is digestible by GWT.
|
ConfigService.ConfigurationRecord |
ConfigService.updateConfiguration(String key,
ConfigField[] updates)
Submit a collection of updated fields to the server for application to its runtime
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigService.ConfigurationResult |
ConfigServlet.getConfiguration() |
ConfigService.ConfigurationRecord |
ConfigServlet.updateConfiguration(String key,
ConfigField[] updates) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ServletWaiter.queueAndWait(RunQueue runq,
String name,
Callable<T> action)
Posts a result getter to be executed on the run queue thread and blocks waiting for the
result.
|
T |
ServletWaiter.waitForResult()
Waits for our asynchronous result and returns it if all is well.
|
Copyright © 2015. All rights reserved.