com.threerings.admin.web.gwt
Class ConfigService.ConfigurationResult

java.lang.Object
  extended by com.threerings.admin.web.gwt.ConfigService.ConfigurationResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Enclosing interface:
ConfigService

public static class ConfigService.ConfigurationResult
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

The current runtime configuration of a server, a collection of ConfigService.ConfigurationRecord objects indexed by key.


Field Summary
 Map<String,ConfigService.ConfigurationRecord> records
           
 
Constructor Summary
ConfigService.ConfigurationResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

records

public Map<String,ConfigService.ConfigurationRecord> records
Constructor Detail

ConfigService.ConfigurationResult

public ConfigService.ConfigurationResult()