2-108
SOMobjects Base Toolkit: Programmer’s Reference Manual
SOMDObjectMgr Class
Description
The SOMDObjectMgr class is derived from ObjectMgr class and provides the DSOM
implementations for the ObjectMgr methods.
File Stem
somdom
Base
ObjectMgr
Metaclass
SOMMSingleInstance
Ancestor Classes
ObjectMgr
SOMObject
Attribute
Listed below is an available SOMDObjectMgr attribute, with its corresponding type in
parentheses, followed by a description of its purpose:
somd21somFree (boolean)
Determines whether or not somFree, when invoked on a proxy object, will
free the proxy object along with the remote object. The default value is
FALSE, indicating that only the remote object will be freed when somFree
is invoked on a proxy object. Setting this attribute to TRUE as part of
client-program initialization, for example,
__set_somd21somdFree(SOMD_ObjectMgr, ev, TRUE);
has the effect that all subsequent invocations of somFree on proxy objects
will free both the remote object and the proxy.
New Methods
somdFindAnyServerByClass *
somdFindServer *
somdFindServerByName *
somdFindServersByClass *
(* This class and its methods were added by DSOM to supplement the published CORBA
1.1 interfaces.)
Overridden Methods
somdDestroyObject
somdGetIdFromObject
somdGetObjectFromId
somdNewObject
somdReleaseObject
somInit
Kommentare zu diesen Handbüchern