@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from SimulatorService.java.")
public class SimulatorMarshaller
extends com.threerings.presents.data.InvocationMarshaller
implements SimulatorService
SimulatorService 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.com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller, com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller, com.threerings.presents.data.InvocationMarshaller.ResultMarshaller| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_GAME
The method id used to dispatch
createGame(com.threerings.parlor.game.data.GameConfig, java.lang.String, int) requests. |
| Constructor and Description |
|---|
SimulatorMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
createGame(GameConfig arg1,
String arg2,
int arg3)
Requests that a new game be created.
|
public static final int CREATE_GAME
createGame(com.threerings.parlor.game.data.GameConfig, java.lang.String, int) requests.public void createGame(GameConfig arg1, String arg2, int arg3)
SimulatorServicecreateGame in interface SimulatorServicearg1 - the game config for the game to be created.arg2 - the class name of the simulant to create.arg3 - the number of players in the game.Copyright © 2015. All rights reserved.