FileDocCategorySizeDatePackage
IdentifiableBase.javaAPI DocJava SE 5 API1169Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.ior

IdentifiableBase

public abstract class IdentifiableBase extends Object implements com.sun.corba.se.spi.ior.WriteContents, Identifiable
Provide support for properly reading and writing Identifiable objects that are also encapsulations (tagged profiles and components).

Fields Summary
Constructors Summary
Methods Summary
public final voidwrite(org.omg.CORBA_2_3.portable.OutputStream os)
Write the data for this object as a CDR encapsulation. This is used for writing tagged components and profiles. These data types must be written out as encapsulations, which means that we need to first write the data out to an encapsulation stream, then extract the data and write it to os as an array of octets.

	EncapsulationUtility.writeEncapsulation( (WriteContents)this, os ) ;