com.threerings.admin.server
Class AdminManager

java.lang.Object
  extended by com.threerings.admin.server.AdminManager
All Implemented Interfaces:
AdminProvider, InvocationProvider

public class AdminManager
extends Object
implements AdminProvider

Handles admin stuffs.


Field Summary
protected  ConfigRegistry _registry
           
 
Constructor Summary
AdminManager(InvocationManager invmgr)
           
 
Method Summary
 void getConfigInfo(ClientObject caller, AdminService.ConfigInfoListener listener)
          Handles a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_registry

@Inject
protected ConfigRegistry _registry
Constructor Detail

AdminManager

@Inject
public AdminManager(InvocationManager invmgr)
Method Detail

getConfigInfo

public void getConfigInfo(ClientObject caller,
                          AdminService.ConfigInfoListener listener)
                   throws InvocationException
Description copied from interface: AdminProvider
Handles a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.

Specified by:
getConfigInfo in interface AdminProvider
Throws:
InvocationException