com.threerings.config.dist.client
Interface DConfigService

All Superinterfaces:
InvocationService
All Known Implementing Classes:
DConfigMarshaller

public interface DConfigService
extends InvocationService

Allows admins to manipulate the set of configs.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void updateConfigs(ConfigEntry[] add, ConfigEntry[] update, ConfigKey[] remove)
          Requests to add, update, and remove the provided configs.
 

Method Detail

updateConfigs

void updateConfigs(ConfigEntry[] add,
                   ConfigEntry[] update,
                   ConfigKey[] remove)
Requests to add, update, and remove the provided configs.