|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.admin.server.ConfigRegistry
com.threerings.admin.server.PrefsConfigRegistry
public class PrefsConfigRegistry
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 |
|---|
public PrefsConfigRegistry()
| Method Detail |
|---|
protected ConfigRegistry.ObjectRecord createObjectRecord(String path,
DObject object)
ConfigRegistry
createObjectRecord in class ConfigRegistry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||