Package com.threerings.admin.server

Interface Summary
AdminProvider Defines the server-side of the AdminService.
 

Class Summary
AdminManager Handles admin stuffs.
ConfigRegistry Provides a registry of configuration distributed objects.
DatabaseConfigRegistry Implements the ConfigRegistry using a JDBC database as a persistent store for the configuration information.
PeeredDatabaseConfigRegistry A database backed config registry that registers with the peer system and synchronizes with its peers when configuration fields are changed.
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).