Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.omg.CORBA_2_3.portable: Javadoc index of package org.omg.CORBA_2_3.portable.


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.
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