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 voidEncapsulationUtility. 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 classAlternateIIOPAddressComponentImplclassClusterInstanceInfoComponentImplclassCodeSetsComponentImplclassIIOPProfileImplclassIIOPProfileTemplateImplclassJavaCodebaseComponentImplclassJavaSerializationComponentTagged component that contains a value that indicates the Java serialization version supported by the ORB.classLoadBalancingComponentImplclassMaxStreamFormatVersionComponentImplclassORBTypeComponentImplclassRequestPartitioningComponentImpl -
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 classVirtualAddressAgentImpl.SpecialIIOPProfileImplprivate classVirtualAddressAgentImpl.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 interfaceTaggedProfileTemplateBase template for creating TaggedProfiles.Classes in com.sun.corba.ee.spi.ior that implement WriteContents Modifier and Type Class Description classIdentifiableBaseProvide support for properly reading and writing Identifiable objects that are also encapsulations (tagged profiles and components).classTaggedComponentBaseBase class to use for implementing TaggedComponents.classTaggedProfileTemplateBase -
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 interfaceIIOPProfileTemplateIIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier.
-