2-95
DSOM Framework Reference
SOMDObject Class
Description
The SOMDObject class implements the methods that can be applied to all CORBA object
references: for example, get_implementation, get_interface, is_nil, duplicate, and
release. (In the CORBA 1.1 specification, these methods are described in Chapter 8.)
In DSOM, there is also another derivation of this class: SOMDClientProxy. This subclass
inherits the implementation of SOMDObject, but extends it by overriding somDispatch with
a “remote dispatch” method, and caches the binding to the server process. Whenever a
remote object is accessed, it is represented in the client process by a SOMDClientProxy
object.
File Stem
somdobj
Base
SOMObject
Metaclass
SOMClass
Ancestor Classes
SOMObject
New Methods
create_request
create_request_args *
duplicate
get_implementation
get_interface
is_constant *
is_nil
is_proxy *
is_SOM_ref *
release
(* These methods were added by DSOM to supplement the published CORBA 1.1
interfaces.)
Overridden methods
somInit
somUninit
somDumpSelfInt
Comentários a estes Manuais