diff options
Diffstat (limited to 'org/omg/CORBA/package.html')
-rw-r--r-- | org/omg/CORBA/package.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org/omg/CORBA/package.html b/org/omg/CORBA/package.html index 87ab8ba28..14ed07459 100644 --- a/org/omg/CORBA/package.html +++ b/org/omg/CORBA/package.html @@ -61,6 +61,12 @@ including the fully functional Object Request Broker ({@link org.omg.CORBA.ORB}) stringified IOR reference of that object or Big Endian, if no such data available. </p> + <p> + The current release supports the Value types that appeared since v 1.3 and are + something between CORBA structures (no methods, data local) and CORBA objects + (both methods and data remote). Value type has local data, can have + local methods and is transferred by value, not by IOR reference. + </p> <p> You can use both request-oriented (based on {@link org.omg.CORBA.Request}) and stream-oriented (based on {@link org.omg.CORBA.portable.ObjectImpl}) |