Uses of Interface
com.threerings.whirled.server.persist.SceneRepository

Packages that use SceneRepository
com.threerings.whirled.server   
com.threerings.whirled.server.persist   
 

Uses of SceneRepository in com.threerings.whirled.server
 

Methods in com.threerings.whirled.server that return SceneRepository
 SceneRepository SceneRegistry.getSceneRepository()
          Returns a reference to the scene repository in use by this registry.
 

Uses of SceneRepository in com.threerings.whirled.server.persist
 

Classes in com.threerings.whirled.server.persist that implement SceneRepository
 class DummySceneRepository
          The dummy scene repository just pretends to load and store scenes, but in fact it just creates new blank scenes when requested to load a scene and does nothing when requested to save one.
 



Copyright © 2011. All Rights Reserved.