/[classpath]/classpath/org/omg/CORBA/portable/ValueBase.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/portable/ValueBase.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by audriusa, Sat Jun 11 15:00:32 2005 UTC revision 1.3 by audriusa, Sat Jun 11 20:43:38 2005 UTC
# Line 43  package org.omg.CORBA.portable; Line 43  package org.omg.CORBA.portable;
43   * ValueBase is the basic interface for all CORBA value data types. A value   * ValueBase is the basic interface for all CORBA value data types. A value
44   * type is something between CORBA structure and CORBA object. Like CORBA   * type is something between CORBA structure and CORBA object. Like CORBA
45   * object, it can have methods, supporting some IDL-defined interface.   * object, it can have methods, supporting some IDL-defined interface.
46   * However, like structures, they are always local and passed by value,   * However, like structures, they are local and passed by value,
47   * not by IOR reference. The Sun's implementation transfers the value types   * not by IOR reference.
  * using java serialization mechanism.  
48   *   *
49   * Unlike CORBA objects, values are not connected to any ORB by   * Unlike CORBA objects, values are not connected to any ORB by
50   * default; they hanlde the implemented functionality locally. The classes,   * default; they hanlde the implemented functionality locally. The classes,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26