| Modifier and Type | Method and Description |
|---|---|
void |
PlaceObject.initManagerCaller(DObjectManager omgr)
Called on the client when the location director receives this place object to configure our
manager caller using the client's distributed object manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDObjectMgr
The client distributed object manager manages a set of proxy objects which mirror the
distributed objects maintained on the server.
|
| Modifier and Type | Method and Description |
|---|---|
DObjectManager |
Client.getDObjectManager()
Returns the distributed object manager associated with this session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationDirector.init(DObjectManager omgr,
int cloid,
Client client)
Initializes the invocation director.
|
void |
Client.standaloneLogon(BootstrapData data,
DObjectManager omgr)
Logs this client on in standalone mode with the faked bootstrap data and shared local
distributed object manager.
|
| Modifier and Type | Field and Description |
|---|---|
DObjectManager |
InvocationMarshaller.ListenerMarshaller.omgr
The distributed object manager to use when dispatching proxied responses.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootDObjectManager
The root distributed object manager extends the basic distributed object manager interface with
methods that can only be guaranteed to work in the virtual machine that is hosting the
distributed objects in question.
|
| Modifier and Type | Method and Description |
|---|---|
DObjectManager |
DObject.getManager()
Returns the dobject manager under the auspices of which this object operates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DObject.setManager(DObjectManager omgr)
Don't call this function! It initializes this distributed object with the supplied
distributed object manager.
|
| Constructor and Description |
|---|
CompoundEvent(DObject target,
DObjectManager omgr)
Constructs a compound event and prepares it for operation.
|
| 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 |
|---|---|
DObjectManager |
LocalDObjectMgr.getClientDObjectMgr(int clientOid)
Creates a
DObjectManager that posts directly to this local object manager, but first
sets the source oid of all events to properly identify them with the supplied client oid. |
| Modifier and Type | Method and Description |
|---|---|
void |
PresentsDObjectMgr.registerProxyObject(DObject object,
DObjectManager omgr)
Registers an object managed by another distributed object manager (probably on another
server).
|
| Modifier and Type | Method and Description |
|---|---|
DObjectManager |
PresentsContext.getDObjectManager()
Returns a reference to the distributed object manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SafeSubscriber.subscribe(DObjectManager omgr)
Initiates the subscription process.
|
void |
SafeSubscriber.unsubscribe(DObjectManager omgr)
Terminates the object subscription.
|
Copyright © 2015. All rights reserved.