@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from BodyService.java.")
public class BodyMarshaller
extends InvocationMarshaller<ClientObject>
implements BodyService
BodyService 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.InvocationMarshaller.ConfirmMarshaller, InvocationMarshaller.ListenerMarshaller, InvocationMarshaller.ResultMarshallerInvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListenerStreamable.Closure| Modifier and Type | Field and Description |
|---|---|
static int |
SET_IDLE
The method id used to dispatch
setIdle(boolean) requests. |
| Constructor and Description |
|---|
BodyMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
setIdle(boolean arg1)
Requests to set the idle state of the client to the specified
value.
|
getInvocationCode, init, readObject, setInvocationOid, setNoResponse, toStringpublic static final int SET_IDLE
setIdle(boolean) requests.public void setIdle(boolean arg1)
BodyServicesetIdle in interface BodyServiceCopyright © 2015. All rights reserved.