| Package | Description |
|---|---|
| com.threerings.crowd.server |
| Modifier and Type | Method and Description |
|---|---|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config)
Creates and registers a new place manager with no delegates.
|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config,
List<PlaceManagerDelegate> delegates)
Creates and registers a new place manager along with the place object to be managed.
|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config,
PlaceRegistry.PreStartupHook hook)
Don't use this method, see
PlaceRegistry.createPlace(PlaceConfig). |
PlaceManager |
PlaceRegistry.getPlaceManager(int placeOid)
Returns the place manager associated with the specified place object id or null if no such
place exists.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<PlaceManager> |
PlaceRegistry.enumeratePlaceManagers()
Returns an enumeration of all of the registered place managers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceManager.MessageHandler.handleEvent(MessageEvent event,
PlaceManager pmgr)
Deprecated.
Invokes this message handler on the supplied event.
|
void |
PlaceManagerDelegate.init(PlaceManager plmgr,
RootDObjectManager omgr,
InvocationManager invmgr)
Called by the place manager when this delegate is registered with it.
|
void |
PlaceRegistry.PreStartupHook.invoke(PlaceManager plmgr) |
Copyright © 2015. All rights reserved.