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 classGenericTaggedProfileMethods in com.sun.corba.ee.impl.ior that return TaggedProfile Modifier and Type Method Description TaggedProfileTaggedProfileFactoryFinderImpl. 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 booleanGenericTaggedProfile. 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 classIIOPProfileImplMethods in com.sun.corba.ee.impl.ior.iiop that return TaggedProfile Modifier and Type Method Description TaggedProfileIIOPProfileTemplateImpl. create(ObjectKeyTemplate oktemp, ObjectId id)Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedProfile Modifier and Type Method Description booleanIIOPProfileImpl. 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. taggedProfileFactoryFinderMethods 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 classVirtualAddressAgentImpl.SpecialIIOPProfileImplMethods in com.sun.corba.ee.impl.plugin.hwlb that return TaggedProfile Modifier and Type Method Description TaggedProfileVirtualAddressAgentImpl.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 TaggedProfileTaggedProfileTemplate. 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 booleanTaggedProfile. 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 interfaceIIOPProfileIIOPProfile 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
-