@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from AdminService.java.")
public class AdminMarshaller
extends InvocationMarshaller<ClientObject>
implements AdminService
AdminService interface
that marshalls the arguments and delivers the request to the provider
on the server. Also provides an implementation of the response listener
interfaces that marshall the response arguments and deliver them back
to the requesting client.| Modifier and Type | Class and Description |
|---|---|
static class |
AdminMarshaller.ConfigInfoMarshaller
Marshalls results to implementations of
AdminService.ConfigInfoListener. |
InvocationMarshaller.ConfirmMarshaller, InvocationMarshaller.ListenerMarshaller, InvocationMarshaller.ResultMarshallerAdminService.ConfigInfoListenerInvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListenerStreamable.Closure| Modifier and Type | Field and Description |
|---|---|
static int |
GET_CONFIG_INFO
The method id used to dispatch
getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) requests. |
| Constructor and Description |
|---|
AdminMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
getConfigInfo(AdminService.ConfigInfoListener arg1)
Requests the list of config objects.
|
getInvocationCode, init, readObject, setInvocationOid, setNoResponse, toStringpublic static final int GET_CONFIG_INFO
getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) requests.public void getConfigInfo(AdminService.ConfigInfoListener arg1)
AdminServicegetConfigInfo in interface AdminServiceCopyright © 2015. All rights reserved.