com.threerings.admin.server
Class ExportDatabaseConfigRegistry
java.lang.Object
com.threerings.admin.server.ConfigRegistry
com.threerings.admin.server.DatabaseConfigRegistry
com.threerings.admin.server.ExportDatabaseConfigRegistry
public class ExportDatabaseConfigRegistry
- extends com.threerings.admin.server.DatabaseConfigRegistry
A database config registry that exports objects as opposed to streaming them.
| Methods inherited from class com.threerings.admin.server.ConfigRegistry |
getKeys, getObject, registerObject |
ExportDatabaseConfigRegistry
@Inject
public ExportDatabaseConfigRegistry(com.samskivert.depot.PersistenceContext ctx,
Invoker invoker)
- Creates a configuration registry and prepares it for operation.
- Parameters:
ctx - will provide access to our database.invoker - this will be used to perform all database activity (except first time
initialization) so as to avoid blocking the distributed object thread.
Copyright © 2011. All Rights Reserved.