|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.presents.data.InvocationMarshaller
com.threerings.tudey.data.TudeySceneMarshaller
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from TudeySceneService.java.")
public class TudeySceneMarshaller
Provides the implementation of the TudeySceneService 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.presents.data.InvocationMarshaller |
|---|
com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller, com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller, com.threerings.presents.data.InvocationMarshaller.ResultMarshaller |
| Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService |
|---|
com.threerings.presents.client.InvocationService.ConfirmListener, com.threerings.presents.client.InvocationService.InvocationListener, com.threerings.presents.client.InvocationService.ResultListener |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
com.threerings.io.Streamable.Closure |
| Field Summary | |
|---|---|
static int |
ENQUEUE_INPUT_RELIABLE
The method id used to dispatch enqueueInputReliable(int, int, com.threerings.tudey.data.InputFrame[]) requests. |
static int |
ENQUEUE_INPUT_UNRELIABLE
The method id used to dispatch enqueueInputUnreliable(int, int, com.threerings.tudey.data.InputFrame[]) requests. |
static int |
ENTERED_PLACE
The method id used to dispatch enteredPlace() requests. |
static int |
SET_CAMERA_PARAMS
The method id used to dispatch setCameraParams(com.threerings.tudey.config.CameraConfig, float) requests. |
static int |
SET_TARGET
The method id used to dispatch setTarget(int) requests. |
static int |
SUBMIT_ACTOR_REQUEST
The method id used to dispatch submitActorRequest(int, java.lang.String) requests. |
static int |
SUBMIT_ENTRY_REQUEST
The method id used to dispatch submitEntryRequest(java.lang.Object, java.lang.String) requests. |
| Constructor Summary | |
|---|---|
TudeySceneMarshaller()
|
|
| Method Summary | |
|---|---|
void |
enqueueInputReliable(int arg1,
int arg2,
InputFrame[] arg3)
Requests to enqueue a batch of input frames recorded on the client (reliable version). |
void |
enqueueInputUnreliable(int arg1,
int arg2,
InputFrame[] arg3)
Requests to enqueue a batch of input frames recorded on the client (unreliable version). |
void |
enteredPlace()
Notifies the server that the client has successfully entered the place. |
void |
setCameraParams(CameraConfig arg1,
float arg2)
Requests to change the client's camera parameters (which affect its area of interest). |
void |
setTarget(int arg1)
Requests to track the specified pawn. |
void |
submitActorRequest(int arg1,
String arg2)
Submits a request related to the identified actor. |
void |
submitEntryRequest(Object arg1,
String arg2)
Submits a request related to the identified scene entry. |
| Methods inherited from class com.threerings.presents.data.InvocationMarshaller |
|---|
getInvocationCode, init, readField__invCode, readField__invOid, readObject, setInvocationOid, setNoResponse, toString, writeField__invCode, writeField__invOid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ENQUEUE_INPUT_RELIABLE
enqueueInputReliable(int, int, com.threerings.tudey.data.InputFrame[]) requests.
public static final int ENQUEUE_INPUT_UNRELIABLE
enqueueInputUnreliable(int, int, com.threerings.tudey.data.InputFrame[]) requests.
public static final int ENTERED_PLACE
enteredPlace() requests.
public static final int SET_CAMERA_PARAMS
setCameraParams(com.threerings.tudey.config.CameraConfig, float) requests.
public static final int SET_TARGET
setTarget(int) requests.
public static final int SUBMIT_ACTOR_REQUEST
submitActorRequest(int, java.lang.String) requests.
public static final int SUBMIT_ENTRY_REQUEST
submitEntryRequest(java.lang.Object, java.lang.String) requests.
| Constructor Detail |
|---|
public TudeySceneMarshaller()
| Method Detail |
|---|
public void enqueueInputReliable(int arg1,
int arg2,
InputFrame[] arg3)
TudeySceneService
enqueueInputReliable in interface TudeySceneServicearg1 - the timestamp of the last delta received by the client.arg2 - the client's smoothed server time estimate.
public void enqueueInputUnreliable(int arg1,
int arg2,
InputFrame[] arg3)
TudeySceneService
enqueueInputUnreliable in interface TudeySceneServicearg1 - the timestamp of the last delta received by the client.arg2 - the client's smoothed server time estimate.public void enteredPlace()
TudeySceneService
enteredPlace in interface TudeySceneService
public void setCameraParams(CameraConfig arg1,
float arg2)
TudeySceneService
setCameraParams in interface TudeySceneServicepublic void setTarget(int arg1)
TudeySceneService
setTarget in interface TudeySceneService
public void submitActorRequest(int arg1,
String arg2)
TudeySceneService
submitActorRequest in interface TudeySceneService
public void submitEntryRequest(Object arg1,
String arg2)
TudeySceneService
submitEntryRequest in interface TudeySceneService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||