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 TaggedProfileTemplate
GenericTaggedProfile. getTaggedProfileTemplate()
TaggedProfileTemplate
TaggedProfileTemplateFactoryFinderImpl. 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 class
IIOPProfileTemplateImpl
Methods in com.sun.corba.ee.impl.ior.iiop that return TaggedProfileTemplate Modifier and Type Method Description TaggedProfileTemplate
IIOPProfileImpl. getTaggedProfileTemplate()
Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedProfileTemplate Modifier and Type Method Description boolean
IIOPProfileTemplateImpl. 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. taggedProfileTemplateFactoryFinder
Methods 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 class
VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
Methods in com.sun.corba.ee.impl.plugin.hwlb that return TaggedProfileTemplate Modifier and Type Method Description private TaggedProfileTemplate
VirtualAddressAgentImpl. makeCopy(TaggedProfileTemplate temp)
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type TaggedProfileTemplate Modifier and Type Method Description private TaggedProfileTemplate
VirtualAddressAgentImpl. 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 class
TaggedProfileTemplateBase
Methods in com.sun.corba.ee.spi.ior that return TaggedProfileTemplate Modifier and Type Method Description TaggedProfileTemplate
TaggedProfile. 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 boolean
TaggedProfileTemplate. 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 interface
IIOPProfileTemplate
IIOPProfileTemplate 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
-