com.threerings.admin.server
Interface AdminProvider

All Superinterfaces:
InvocationProvider
All Known Implementing Classes:
AdminManager

@Generated(value="com.threerings.presents.tools.GenServiceTask",
           comments="Derived from AdminService.java.")
public interface AdminProvider
extends InvocationProvider

Defines the server-side of the AdminService.


Method Summary
 void getConfigInfo(ClientObject caller, AdminService.ConfigInfoListener arg1)
          Handles a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
 

Method Detail

getConfigInfo

void getConfigInfo(ClientObject caller,
                   AdminService.ConfigInfoListener arg1)
                   throws InvocationException
Handles a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.

Throws:
InvocationException