| Home >> All >> org >> omg >> [ CORBA_2_3 Javadoc ] |
| | org.omg.CORBA_2_3.portable.* (4) |
org.omg.CORBA_2_3: Javadoc index of package org.omg.CORBA_2_3.
Package Samples:
org.omg.CORBA_2_3.portable: This package supports the ORB extendsions that appeared since CORBA 2_3.
Classes:
InputStream: This class defines a new CDR input stream methods, added since CORBA 2.3. This class is abstract; no direct instances can be instantiated. Also, up till v 1.4 inclusive there are no methods that would return it, and only one unimplemented interface, org.omg.CORBA.portable.ValueFactory , needs it as a parameter. However since 1.3 all methods, declared as returning an org.omg.CORBA.portable.InputStream actually return the instance of this derived class and the new methods are accessible after the casting operation.
OutputStream: This class defines a new CDR input stream methods, added since CORBA 2.3. This class is abstract; no direct instances can be instantiated. Also, up till v 1.4 inclusive there are no methods that would return it directly. However since 1.3 all methods, declared as returning an org.omg.CORBA.portable.InputStream actually return the instance of this derived class and the new methods are accessible after the casting operation.
ORB: This class should provide the {@link org.omg.CORBA.ORB) ORB extensions, defined in the OMG CORBA version 2.3 specification. However in the Sun's API specification is written that this functionality is not implemented at least at least till 1.4 inclusive.
ObjectImpl: Extends the previous version of the CORBA object by one additional method, defined in CORBA 2_3 . See ancestor for details about the CORBA object.
Delegate: Extends the previous version of the Delegate by one additional method, defined in CORBA 2_3 .
| Home | Contact Us | Privacy Policy | Terms of Service |