Object-by-Value status

Objects-by-Value

Point of contact: Carlos O'Ryan

Last Update: 2001/03/26 21:47:10

Objects-by-Value (OBV) describes the new type, valuetype. It is introduced in CORBA 2.3
(Core: ptc/98-12-04.pdf Mapping to C++: ptc/98-09-03.pdf). This first implementation was contributed from Torsten Kuepper. Valuetypes are similar to IDL structs extended with these features:

Valuetypes will likely be used to implement abstract datatypes (ADT)s that can be copied to another process. All processes that use the valuetype must have an implementation for it since CORBA does not support code migration, a la Java RMI.

Current status:

Known issues:


Back to TOC