com.threerings.admin.server
Class AdminDispatcher
java.lang.Object
com.threerings.presents.server.InvocationDispatcher<AdminMarshaller>
com.threerings.admin.server.AdminDispatcher
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from AdminService.java.")
public class AdminDispatcher- extends InvocationDispatcher<AdminMarshaller>
Dispatches requests to the AdminProvider.
|
Constructor Summary |
AdminDispatcher(AdminProvider provider)
Creates a dispatcher that may be registered to dispatch invocation
service requests for the specified provider. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminDispatcher
public AdminDispatcher(AdminProvider provider)
- Creates a dispatcher that may be registered to dispatch invocation
service requests for the specified provider.
createMarshaller
public AdminMarshaller createMarshaller()
- Description copied from class:
InvocationDispatcher
- Creates an instance of the appropriate
InvocationMarshaller derived class for use
with this dispatcher.
- Specified by:
createMarshaller in class InvocationDispatcher<AdminMarshaller>
dispatchRequest
public void dispatchRequest(ClientObject source,
int methodId,
Object[] args)
throws InvocationException
- Description copied from class:
InvocationDispatcher
- Dispatches the specified method to our provider.
- Overrides:
dispatchRequest in class InvocationDispatcher<AdminMarshaller>
- Throws:
InvocationException