com.threerings.admin.server
Class PrefsConfigRegistry

java.lang.Object
  extended by com.threerings.admin.server.ConfigRegistry
      extended by com.threerings.admin.server.PrefsConfigRegistry

public class PrefsConfigRegistry
extends ConfigRegistry

Implements the ConfigRegistry using the Java preferences system as a persistent store for the configuration information (see Config for more information on how that works).


Nested Class Summary
protected  class PrefsConfigRegistry.PrefsObjectRecord
          Stores preferences using the Java preferences system.
 
Nested classes/interfaces inherited from class com.threerings.admin.server.ConfigRegistry
ConfigRegistry.ObjectRecord
 
Field Summary
 
Fields inherited from class com.threerings.admin.server.ConfigRegistry
_configs, _transitioning
 
Constructor Summary
PrefsConfigRegistry()
           
 
Method Summary
protected  ConfigRegistry.ObjectRecord createObjectRecord(String path, DObject object)
          Creates an object record derivation that will handle the management of the specified object.
 
Methods inherited from class com.threerings.admin.server.ConfigRegistry
createObjectInputStream, createObjectOutputStream, getKeys, getObject, registerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefsConfigRegistry

public PrefsConfigRegistry()
Method Detail

createObjectRecord

protected ConfigRegistry.ObjectRecord createObjectRecord(String path,
                                                         DObject object)
Description copied from class: ConfigRegistry
Creates an object record derivation that will handle the management of the specified object.

Specified by:
createObjectRecord in class ConfigRegistry