@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from TimeBaseService.java.")
public class TimeBaseMarshaller
extends InvocationMarshaller<ClientObject>
implements TimeBaseService
TimeBaseService 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 |
TimeBaseMarshaller.GotTimeBaseMarshaller
Marshalls results to implementations of
TimeBaseService.GotTimeBaseListener. |
InvocationMarshaller.ConfirmMarshaller, InvocationMarshaller.ListenerMarshaller, InvocationMarshaller.ResultMarshallerTimeBaseService.GotTimeBaseListenerInvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListenerStreamable.Closure| Modifier and Type | Field and Description |
|---|---|
static int |
GET_TIME_OID
The method id used to dispatch
getTimeOid(java.lang.String, com.threerings.presents.client.TimeBaseService.GotTimeBaseListener) requests. |
| Constructor and Description |
|---|
TimeBaseMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
getTimeOid(String arg1,
TimeBaseService.GotTimeBaseListener arg2)
Requests the oid of the specified time base object be fetched.
|
getInvocationCode, init, readObject, setInvocationOid, setNoResponse, toStringpublic static final int GET_TIME_OID
getTimeOid(java.lang.String, com.threerings.presents.client.TimeBaseService.GotTimeBaseListener) requests.public void getTimeOid(String arg1, TimeBaseService.GotTimeBaseListener arg2)
TimeBaseServicegetTimeOid in interface TimeBaseServiceCopyright © 2015. All rights reserved.