com.threerings.micasa.simulator.server
Class SimulatorProvider
java.lang.Object
com.threerings.micasa.simulator.server.SimulatorProvider
- All Implemented Interfaces:
- InvocationProvider
public class SimulatorProvider
- extends Object
- implements InvocationProvider
The simulator provider handles game creation requests on the server
side, passing them off to the SimulatorManager.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_simmgr
protected SimulatorManager _simmgr
- The simulator manager.
SimulatorProvider
public SimulatorProvider(SimulatorManager simmgr)
- Constructs a simulator provider.
createGame
public void createGame(ClientObject caller,
GameConfig config,
String simClass,
int playerCount)
- Processes a request from the client to create a new game.