Uses of Interface
com.sun.corba.ee.spi.ior.MakeImmutable
-
Packages that use MakeImmutable 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 MakeImmutable in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement MakeImmutable Modifier and Type Class Description classGenericTaggedProfileclassIORImplAn IOR is represented as a list of profiles.classIORTemplateImplThis class is a container of TaggedProfileTemplates.classIORTemplateListImpl -
Uses of MakeImmutable in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement MakeImmutable Modifier and Type Class Description classIIOPProfileImplclassIIOPProfileTemplateImpl -
Uses of MakeImmutable in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement MakeImmutable Modifier and Type Class Description private classVirtualAddressAgentImpl.SpecialIIOPProfileImplprivate classVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl -
Uses of MakeImmutable in com.sun.corba.ee.spi.ior
Subinterfaces of MakeImmutable in com.sun.corba.ee.spi.ior Modifier and Type Interface Description interfaceIORAn IOR is represented as a list of profiles.interfaceIORFactoryAn IORFactory provides the capability of creating IORs.interfaceIORTemplateAn IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.interfaceIORTemplateListAn IORTemplateList is a list of IORTemplate instances.interfaceTaggedProfileTaggedProfile represents a tagged profile in an IOR.interfaceTaggedProfileTemplateBase template for creating TaggedProfiles.Classes in com.sun.corba.ee.spi.ior that implement MakeImmutable Modifier and Type Class Description classTaggedProfileTemplateBase -
Uses of MakeImmutable in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of MakeImmutable in com.sun.corba.ee.spi.ior.iiop Modifier and Type Interface Description interfaceIIOPProfileIIOPProfile represents an IIOP tagged profile.interfaceIIOPProfileTemplateIIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier.
-