Uses of Interface
com.sun.corba.ee.spi.ior.WriteContents
-
Packages that use WriteContents Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.ior.iiop -
-
Uses of WriteContents in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior with parameters of type WriteContents Modifier and Type Method Description static void
EncapsulationUtility. writeEncapsulation(WriteContents obj, OutputStream os)
-
Uses of WriteContents in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement WriteContents Modifier and Type Class Description class
AlternateIIOPAddressComponentImpl
class
ClusterInstanceInfoComponentImpl
class
CodeSetsComponentImpl
class
IIOPProfileImpl
class
IIOPProfileTemplateImpl
class
JavaCodebaseComponentImpl
class
JavaSerializationComponent
Tagged component that contains a value that indicates the Java serialization version supported by the ORB.class
LoadBalancingComponentImpl
class
MaxStreamFormatVersionComponentImpl
class
ORBTypeComponentImpl
class
RequestPartitioningComponentImpl
-
Uses of WriteContents in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement WriteContents Modifier and Type Class Description private class
VirtualAddressAgentImpl.SpecialIIOPProfileImpl
private class
VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
-
Uses of WriteContents in com.sun.corba.ee.spi.ior
Subinterfaces of WriteContents in com.sun.corba.ee.spi.ior Modifier and Type Interface Description interface
TaggedProfileTemplate
Base template for creating TaggedProfiles.Classes in com.sun.corba.ee.spi.ior that implement WriteContents Modifier and Type Class Description class
IdentifiableBase
Provide support for properly reading and writing Identifiable objects that are also encapsulations (tagged profiles and components).class
TaggedComponentBase
Base class to use for implementing TaggedComponents.class
TaggedProfileTemplateBase
-
Uses of WriteContents in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of WriteContents in com.sun.corba.ee.spi.ior.iiop Modifier and Type Interface Description interface
IIOPProfileTemplate
IIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier.
-