| Package | Description |
|---|---|
| com.threerings.crowd.server | |
| com.threerings.presents.server | |
| com.threerings.presents.server.net |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceManagerDelegate.init(PlaceManager plmgr,
RootDObjectManager omgr,
InvocationManager invmgr)
Called by the place manager when this delegate is registered with it.
|
void |
PlaceManager.init(PlaceRegistry registry,
InvocationManager invmgr,
RootDObjectManager omgr,
BodyLocator locator,
PlaceConfig config)
Called by the place registry after creating this place manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDObjectMgr
A special version of the distributed object manager, modified to operate on the AWT thread so
that it can run in a client with a GUI and provide a "light" server for local operation of a
normally distributed application.
|
class |
PresentsDObjectMgr
The presents distributed object manager implements the
DObjectManager interface,
providing an object manager that runs on the server. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportManager.activatePeriodicReport(RootDObjectManager omgr)
Starts up our periodic report generation task.
|
static void |
TimeBaseProvider.init(InvocationManager invmgr,
RootDObjectManager omgr)
Registers the time provider with the appropriate managers.
|
| Constructor and Description |
|---|
ServerCommunicator(Client client,
PresentsConnectionManager conmgr,
RootDObjectManager rootmgr) |
Copyright © 2015. All rights reserved.