Generated by
JDiff

org.omg.CORBA_2_3.portable Documentation Differences

This file contains all the changes in documentation in the package org.omg.CORBA_2_3.portable as colored differences. Deletions are shown like this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a <code> tag will cause all subsequent paragraphs to be displayed differently.

Class Delegate

Delegate class provides the ORB vendor specific implementation of CORBA object. It extends org.omg.CORBA.portable.Delegate and provides new methods that were defined by CORBA 2.3. @see org.omg.CORBA.portable.Delegate @author OMG @version 1.9 0211 12/0203/0001 @since JDK1.2

Class InputStream

InputStream provides for the reading of all of the mapped IDL types from the stream. It extends org.omg.CORBA.portable.InputStream. This class defines new methods that were added for CORBA 2.3. @see org.omg.CORBA.portable.InputStream @author OMG @version %I% %G%1.12 12/03/01 @since JDK1.2
Class InputStream, Object read_abstract_interface()

unmarshalUnmarshal the value object or a suitable stub object. @return ORB runtime returns the value object or a suitable stub object.
Class InputStream, Object read_abstract_interface(Class)

unmarshalUnmarshal the class object or the stub class corresponding to the passed type. @param clz is the Class object for the stub class which corresponds to the type that is statically expected. @return ORB runtime returns the value object or a suitable stub object.
Class InputStream, Serializable read_value()

unmarshallsUnmarshalls a value type from the input stream. @return the value type unmarshalled from the input stream
Class InputStream, Serializable read_value(BoxedValueHelper)

unmarshallsUnmarshalls a value type from the input stream. @param factory is the instance fo the helper to be used for unmarshalling the value type @return the value unmarshalled from the input stream
Class InputStream, Serializable read_value(Class)

unmarshallsUnmarshalls a value type from the input stream. @param clz is the declared type of the value to be unmarshalled @return the value unmarshalled from the input stream
Class InputStream, Serializable read_value(Serializable)

unmarshallsUnmarshalls a value type from the input stream. @param value is an uninitialized value which is added to the orb's indirection table before calling Streamable._read() or CustomMarshal.unmarshal() to unmarshal the value. @return value type unmarshalled from the input stream
Class InputStream, Serializable read_value(String)

unmarshallsUnmarshalls a value type from the input stream. @param rep_id identifies the type of the value to be unmarshalled @return value type unmarshalled from the input stream

Class ObjectImpl

ObjectImpl class is the base class for all stubs. It provides the basic delegation mechanism. It extends org.omg.CORBA.portable.ObjectImpl and provides new methods defined by CORBA 2.3. @see org.omg.CORBA.portable.ObjectImpl @author OMG @version 1.9 0211 12/0203/0001 @since JDK1.2

Class OutputStream

OutputStream provides interface for writing of all of the mapped IDL type to the stream. It extends org.omg.CORBA.portable.OutputStream and defines new methods defined by CORBA 2.3. @see org.omg.CORBA.portable.OutputStream @author OMG @version %I% %G%1.14 12/03/01 @since JDK1.2
Class OutputStream, void write_abstract_interface(Object)

marshalsMarshals a value object or a stub object. @param obj the actual value object to marshal or the stub to marshal to be marshalled
Class OutputStream, void write_value(Serializable)

marshalsMarshals a value type to the output stream. @param value is the acutal value to write
Class OutputStream, void write_value(Serializable, BoxedValueHelper)

marshalsMarshals a value type to the output stream. @param value is the acutal value to write @param factory is the instance of the helper to be used for marshaling the boxed value
Class OutputStream, void write_value(Serializable, Class)

marshalsMarshals a value type to the output stream. @param value is the acutal value to write @param clz is the declared type of the value to be marshaled
Class OutputStream, void write_value(Serializable, String)

marshalsMarshals a value type to the output stream. @param value is the acutal value to write @param repository_id identifies the type of the value type to be marshaled