Uses of Interface
com.sun.corba.ee.spi.ior.TaggedProfile
-
Packages that use TaggedProfile 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 TaggedProfile in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement TaggedProfile Modifier and Type Class Description class
GenericTaggedProfile
Methods in com.sun.corba.ee.impl.ior that return TaggedProfile Modifier and Type Method Description TaggedProfile
TaggedProfileFactoryFinderImpl. handleMissingFactory(int id, InputStream is)
Methods in com.sun.corba.ee.impl.ior that return types with arguments of type TaggedProfile Modifier and Type Method Description java.util.Iterator<TaggedProfile>
IORImpl. getTaggedProfiles()
Methods in com.sun.corba.ee.impl.ior with parameters of type TaggedProfile Modifier and Type Method Description boolean
GenericTaggedProfile. isEquivalent(TaggedProfile prof)
-
Uses of TaggedProfile in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement TaggedProfile Modifier and Type Class Description class
IIOPProfileImpl
Methods in com.sun.corba.ee.impl.ior.iiop that return TaggedProfile Modifier and Type Method Description TaggedProfile
IIOPProfileTemplateImpl. create(ObjectKeyTemplate oktemp, ObjectId id)
Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedProfile Modifier and Type Method Description boolean
IIOPProfileImpl. isEquivalent(TaggedProfile prof)
-
Uses of TaggedProfile in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb with type parameters of type TaggedProfile Modifier and Type Field Description private IdentifiableFactoryFinder<TaggedProfile>
ORBImpl. taggedProfileFactoryFinder
Methods in com.sun.corba.ee.impl.orb that return types with arguments of type TaggedProfile Modifier and Type Method Description IdentifiableFactoryFinder<TaggedProfile>
ORBImpl. getTaggedProfileFactoryFinder()
-
Uses of TaggedProfile in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement TaggedProfile Modifier and Type Class Description private class
VirtualAddressAgentImpl.SpecialIIOPProfileImpl
Methods in com.sun.corba.ee.impl.plugin.hwlb that return TaggedProfile Modifier and Type Method Description TaggedProfile
VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl. create(ObjectKeyTemplate oktemp, ObjectId id)
-
Uses of TaggedProfile in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return TaggedProfile Modifier and Type Method Description TaggedProfile
TaggedProfileTemplate. create(ObjectKeyTemplate oktemp, ObjectId id)
Create a TaggedProfile from this template.Methods in com.sun.corba.ee.spi.ior that return types with arguments of type TaggedProfile Modifier and Type Method Description java.util.Iterator<TaggedProfile>
IOR. getTaggedProfiles()
java.util.Iterator<TaggedProfile>
IOR. iteratorById(int id)
Return an iterator that iterates over tagged profiles with identifier id.Methods in com.sun.corba.ee.spi.ior with parameters of type TaggedProfile Modifier and Type Method Description boolean
TaggedProfile. isEquivalent(TaggedProfile prof)
Return true is prof is equivalent to this TaggedProfile. -
Uses of TaggedProfile in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of TaggedProfile in com.sun.corba.ee.spi.ior.iiop Modifier and Type Interface Description interface
IIOPProfile
IIOPProfile represents an IIOP tagged profile. -
Uses of TaggedProfile in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return types with arguments of type TaggedProfile Modifier and Type Method Description abstract IdentifiableFactoryFinder<TaggedProfile>
ORB. getTaggedProfileFactoryFinder()
Factory finders for the various parts of the IOR: tagged profiles
-