|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.config.dist.server.DConfigManager
public class DConfigManager
Handles the server side of the distributed config system.
| Field Summary | |
|---|---|
protected DConfigObject |
_cfgobj
The config object. |
| Constructor Summary | |
|---|---|
DConfigManager(ConfigManager cfgmgr,
PresentsDObjectMgr omgr,
InvocationManager invmgr)
Creates a new config manager. |
|
| Method Summary | |
|---|---|
DConfigObject |
getConfigObject()
Returns a reference to the config object. |
void |
updateConfigs(ClientObject caller,
ConfigEntry[] add,
ConfigEntry[] update,
ConfigKey[] remove)
Handles a DConfigService.updateConfigs(com.threerings.config.dist.data.ConfigEntry[], com.threerings.config.dist.data.ConfigEntry[], com.threerings.config.dist.data.ConfigKey[]) request. |
void |
updateConfigs(int cloid,
ConfigEntry[] add,
ConfigEntry[] update,
ConfigKey[] remove)
Deprecated. |
void |
updateConfigs(int cloid,
Iterable<ConfigEntry> add,
Iterable<ConfigEntry> update,
Iterable<ConfigKey> remove)
Performs a set of updates without checking if the identified client has the proper access. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DConfigObject _cfgobj
| Constructor Detail |
|---|
@Inject
public DConfigManager(ConfigManager cfgmgr,
PresentsDObjectMgr omgr,
InvocationManager invmgr)
| Method Detail |
|---|
public DConfigObject getConfigObject()
@Deprecated
public void updateConfigs(int cloid,
ConfigEntry[] add,
ConfigEntry[] update,
ConfigKey[] remove)
public void updateConfigs(int cloid,
Iterable<ConfigEntry> add,
Iterable<ConfigEntry> update,
Iterable<ConfigKey> remove)
public void updateConfigs(ClientObject caller,
ConfigEntry[] add,
ConfigEntry[] update,
ConfigKey[] remove)
DConfigProviderDConfigService.updateConfigs(com.threerings.config.dist.data.ConfigEntry[], com.threerings.config.dist.data.ConfigEntry[], com.threerings.config.dist.data.ConfigKey[]) request.
updateConfigs in interface DConfigProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||