com.threerings.micasa.simulator.server
Class SimpleServer
java.lang.Object
com.threerings.presents.server.PresentsServer
com.threerings.crowd.server.CrowdServer
com.threerings.micasa.server.MiCasaServer
com.threerings.micasa.simulator.server.SimpleServer
- All Implemented Interfaces:
- SimulatorServer
public class SimpleServer
- extends MiCasaServer
- implements SimulatorServer
A simple simulator server implementation that extends the MiCasa server.
| Fields inherited from class com.threerings.presents.server.PresentsServer |
_authInvoker, _clmgr, _conmgr, _datagramReader, _invmgr, _invoker, _lifecycle, _omgr, _socketAcceptor, invmgr, omgr |
| Methods inherited from class com.threerings.presents.server.PresentsServer |
createDefaultObjectAccessController, createSocketAcceptor, getBindHostname, getDatagramHostname, getDatagramPorts, getListenPorts, invokerDidShutdown, openToThePublic, queueShutdown, registerSignalHandlers, run, runServer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.threerings.micasa.simulator.server.SimulatorServer |
run |
_simmgr
@Inject
protected SimulatorManager _simmgr
SimpleServer
public SimpleServer()
init
public void init(com.google.inject.Injector injector,
ResultListener<SimulatorServer> obs)
throws Exception
- Description copied from interface:
SimulatorServer
- Called to initialize this server instance.
- Specified by:
init in interface SimulatorServer
obs - the observer to notify when the server has finished starting up, or
null if no notification is desired.
- Throws:
Exception - thrown if anything goes wrong initializing the server.