com.threerings.admin.server
Class AdminManager
java.lang.Object
com.threerings.admin.server.AdminManager
- All Implemented Interfaces:
- AdminProvider, InvocationProvider
public class AdminManager
- extends Object
- implements AdminProvider
Handles admin stuffs.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_registry
@Inject
protected ConfigRegistry _registry
AdminManager
@Inject
public AdminManager(InvocationManager invmgr)
getConfigInfo
public void getConfigInfo(ClientObject caller,
AdminService.ConfigInfoListener listener)
throws InvocationException
- Description copied from interface:
AdminProvider
- Handles a
AdminService.getConfigInfo(com.threerings.presents.client.Client, com.threerings.admin.client.AdminService.ConfigInfoListener) request.
- Specified by:
getConfigInfo in interface AdminProvider
- Throws:
InvocationException