com.threerings.tudey.tools
Class ToolServer

java.lang.Object
  extended by com.threerings.presents.server.PresentsServer
      extended by com.threerings.crowd.server.CrowdServer
          extended by com.threerings.whirled.server.WhirledServer
              extended by com.threerings.tudey.server.TudeyServer
                  extended by 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.tudey.server.TudeyServer
TudeyServer.TudeyModule
 
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
 
Field Summary
 
Fields inherited from class com.threerings.presents.server.PresentsServer
invmgr, omgr
 
Constructor Summary
ToolServer()
           
 
Method Summary
 com.threerings.media.image.ColorPository getColorPository()
          Returns a reference to the server color pository.
 ConfigManager getConfigManager()
          Returns a reference to the server config manager.
 com.threerings.resource.ResourceManager getResourceManager()
          Returns a reference to the server resource manager.
 ToolSceneRepository getSceneRepository()
          Returns a reference to the scene repository.
 void init(com.google.inject.Injector injector)
           
 void startStandaloneClient(com.threerings.util.Name username)
          Called to cause the standalone client to "logon."
 void stopStandaloneClient()
          Called to cause the standalone client to "logoff."
 
Methods inherited from class com.threerings.crowd.server.CrowdServer
main
 
Methods inherited from class com.threerings.presents.server.PresentsServer
queueShutdown, run, runServer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolServer

public ToolServer()
Method Detail

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.