Uses of Interface
com.sun.corba.ee.spi.ior.TaggedProfileTemplate
-
Packages that use TaggedProfileTemplate Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.orb 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 com.sun.corba.ee.spi.orb -
-
Uses of TaggedProfileTemplate in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return TaggedProfileTemplate Modifier and Type Method Description TaggedProfileTemplateGenericTaggedProfile. getTaggedProfileTemplate()TaggedProfileTemplateTaggedProfileTemplateFactoryFinderImpl. handleMissingFactory(int id, InputStream is) -
Uses of TaggedProfileTemplate in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement TaggedProfileTemplate Modifier and Type Class Description classIIOPProfileTemplateImplMethods in com.sun.corba.ee.impl.ior.iiop that return TaggedProfileTemplate Modifier and Type Method Description TaggedProfileTemplateIIOPProfileImpl. getTaggedProfileTemplate()Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedProfileTemplate Modifier and Type Method Description booleanIIOPProfileTemplateImpl. isEquivalent(TaggedProfileTemplate temp) -
Uses of TaggedProfileTemplate in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb with type parameters of type TaggedProfileTemplate Modifier and Type Field Description private IdentifiableFactoryFinder<TaggedProfileTemplate>ORBImpl. taggedProfileTemplateFactoryFinderMethods in com.sun.corba.ee.impl.orb that return types with arguments of type TaggedProfileTemplate Modifier and Type Method Description IdentifiableFactoryFinder<TaggedProfileTemplate>ORBImpl. getTaggedProfileTemplateFactoryFinder() -
Uses of TaggedProfileTemplate in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement TaggedProfileTemplate Modifier and Type Class Description private classVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImplMethods in com.sun.corba.ee.impl.plugin.hwlb that return TaggedProfileTemplate Modifier and Type Method Description private TaggedProfileTemplateVirtualAddressAgentImpl. makeCopy(TaggedProfileTemplate temp)Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type TaggedProfileTemplate Modifier and Type Method Description private TaggedProfileTemplateVirtualAddressAgentImpl. makeCopy(TaggedProfileTemplate temp) -
Uses of TaggedProfileTemplate in com.sun.corba.ee.spi.ior
Classes in com.sun.corba.ee.spi.ior that implement TaggedProfileTemplate Modifier and Type Class Description classTaggedProfileTemplateBaseMethods in com.sun.corba.ee.spi.ior that return TaggedProfileTemplate Modifier and Type Method Description TaggedProfileTemplateTaggedProfile. getTaggedProfileTemplate()Methods in com.sun.corba.ee.spi.ior that return types with arguments of type TaggedProfileTemplate Modifier and Type Method Description java.util.Iterator<TaggedProfileTemplate>IORTemplate. iteratorById(int id)Iterate over all TaggedProfileTemplates in this IORTemplate with the given id.Methods in com.sun.corba.ee.spi.ior with parameters of type TaggedProfileTemplate Modifier and Type Method Description booleanTaggedProfileTemplate. isEquivalent(TaggedProfileTemplate temp)Return true if temp is equivalent to this template. -
Uses of TaggedProfileTemplate in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of TaggedProfileTemplate 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. -
Uses of TaggedProfileTemplate in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return types with arguments of type TaggedProfileTemplate Modifier and Type Method Description abstract IdentifiableFactoryFinder<TaggedProfileTemplate>ORB. getTaggedProfileTemplateFactoryFinder()Factory finders for the various parts of the IOR: tagged profile templates
-