com.threerings.tudey.tools
Class ToolServer
java.lang.Object
com.threerings.presents.server.PresentsServer
com.threerings.crowd.server.CrowdServer
com.threerings.whirled.server.WhirledServer
com.threerings.tudey.server.TudeyServer
com.threerings.tudey.tools.ToolServer
public class ToolServer
- extends TudeyServer
A local server for use with the tools.
|
Nested Class Summary |
static class |
ToolServer.ToolModule
Configures dependencies needed by the local server. |
| Nested classes/interfaces inherited from class com.threerings.whirled.server.WhirledServer |
com.threerings.whirled.server.WhirledServer.WhirledModule |
| Nested classes/interfaces inherited from class com.threerings.crowd.server.CrowdServer |
com.threerings.crowd.server.CrowdServer.CrowdModule |
| Nested classes/interfaces inherited from class com.threerings.presents.server.PresentsServer |
com.threerings.presents.server.PresentsServer.PresentsModule, com.threerings.presents.server.PresentsServer.PresentsServerModule |
| Fields inherited from class com.threerings.presents.server.PresentsServer |
invmgr, omgr |
| Methods inherited from class com.threerings.crowd.server.CrowdServer |
main |
| Methods inherited from class com.threerings.presents.server.PresentsServer |
queueShutdown, run, runServer |
ToolServer
public ToolServer()
getResourceManager
public com.threerings.resource.ResourceManager getResourceManager()
- Returns a reference to the server resource manager.
getConfigManager
public ConfigManager getConfigManager()
- Returns a reference to the server config manager.
getColorPository
public com.threerings.media.image.ColorPository getColorPository()
- Returns a reference to the server color pository.
getSceneRepository
public ToolSceneRepository getSceneRepository()
- Returns a reference to the scene repository.
init
public void init(com.google.inject.Injector injector)
throws Exception
- Overrides:
init in class com.threerings.whirled.server.WhirledServer
- Throws:
Exception
startStandaloneClient
public void startStandaloneClient(com.threerings.util.Name username)
- Called to cause the standalone client to "logon."
stopStandaloneClient
public void stopStandaloneClient()
- Called to cause the standalone client to "logoff."
Copyright © 2011. All Rights Reserved.