com.threerings.admin.server
Class ExportDatabaseConfigRegistry

java.lang.Object
  extended by com.threerings.admin.server.ConfigRegistry
      extended by com.threerings.admin.server.DatabaseConfigRegistry
          extended by 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.


Constructor Summary
ExportDatabaseConfigRegistry(com.samskivert.depot.PersistenceContext ctx, Invoker invoker)
          Creates a configuration registry and prepares it for operation.
 
Method Summary
 
Methods inherited from class com.threerings.admin.server.ConfigRegistry
getKeys, getObject, registerObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.