com.threerings.stage.server
Class StageServer
java.lang.Object
com.threerings.presents.server.PresentsServer
com.threerings.crowd.server.CrowdServer
com.threerings.whirled.server.WhirledServer
com.threerings.stage.server.StageServer
public abstract class StageServer
- extends WhirledServer
Extends the Whirled server to provide services needed by the Stage system.
| 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 |
com.threerings.resource.ResourceManager |
rsrcmgr
A resource manager with which we can load resources in the same manner that the client does
(for resources that are used on both the server and client). |
static com.threerings.media.tile.TileManager |
tilemgr
Provides access to our tile repository. |
| Fields inherited from class com.threerings.presents.server.PresentsServer |
invmgr, omgr |
|
Method Summary |
void |
init(com.google.inject.Injector injector)
|
| Methods inherited from class com.threerings.crowd.server.CrowdServer |
main |
| Methods inherited from class com.threerings.presents.server.PresentsServer |
queueShutdown, run, runServer |
rsrcmgr
public com.threerings.resource.ResourceManager rsrcmgr
- A resource manager with which we can load resources in the same manner that the client does
(for resources that are used on both the server and client).
tilemgr
public static com.threerings.media.tile.TileManager tilemgr
- Provides access to our tile repository.
StageServer
public StageServer()
init
public void init(com.google.inject.Injector injector)
throws Exception
- Overrides:
init in class WhirledServer
- Throws:
Exception
Copyright © 2011. All Rights Reserved.