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 class
GenericTaggedProfile
class
IORImpl
An IOR is represented as a list of profiles.class
IORTemplateImpl
This class is a container of TaggedProfileTemplates.class
IORTemplateListImpl
-
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 class
IIOPProfileImpl
class
IIOPProfileTemplateImpl
-
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 class
VirtualAddressAgentImpl.SpecialIIOPProfileImpl
private class
VirtualAddressAgentImpl.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 interface
IOR
An IOR is represented as a list of profiles.interface
IORFactory
An IORFactory provides the capability of creating IORs.interface
IORTemplate
An IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.interface
IORTemplateList
An IORTemplateList is a list of IORTemplate instances.interface
TaggedProfile
TaggedProfile represents a tagged profile in an IOR.interface
TaggedProfileTemplate
Base template for creating TaggedProfiles.Classes in com.sun.corba.ee.spi.ior that implement MakeImmutable Modifier and Type Class Description class
TaggedProfileTemplateBase
-
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 interface
IIOPProfile
IIOPProfile represents an IIOP tagged profile.interface
IIOPProfileTemplate
IIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier.
-