Uses of Class
org.omg.IOP.TaggedProfile
-
Packages that use TaggedProfile Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.protocol.giopmsgheaders 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 org.omg.IOP org.omg.PortableInterceptor -
-
Uses of TaggedProfile in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as TaggedProfile Modifier and Type Field Description private TaggedProfile
ClientRequestInfoImpl. cachedEffectiveProfile
Methods in com.sun.corba.ee.impl.interceptors that return TaggedProfile Modifier and Type Method Description TaggedProfile
ClientRequestInfoImpl. effective_profile()
The profile that will be used to send the request. -
Uses of TaggedProfile in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return TaggedProfile Modifier and Type Method Description TaggedProfile
GenericTaggedProfile. getIOPProfile()
-
Uses of TaggedProfile in com.sun.corba.ee.impl.ior.iiop
Methods in com.sun.corba.ee.impl.ior.iiop that return TaggedProfile Modifier and Type Method Description TaggedProfile
IIOPProfileImpl. getIOPProfile()
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedProfile Constructor Description IIOPProfileImpl(ORB orb, TaggedProfile profile)
-
Uses of TaggedProfile in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as TaggedProfile Modifier and Type Field Description private TaggedProfile
TargetAddress. ___profile
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return TaggedProfile Modifier and Type Method Description TaggedProfile
TargetAddress. profile()
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type TaggedProfile Modifier and Type Method Description void
TargetAddress. profile(TaggedProfile value)
-
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
TaggedProfile. getIOPProfile()
Return the TaggedProfile as a CDR encapsulation in the standard format. -
Uses of TaggedProfile in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type TaggedProfile Modifier and Type Method Description static IIOPProfile
IIOPFactories. makeIIOPProfile(ORB orb, TaggedProfile profile)
-
Uses of TaggedProfile in org.omg.IOP
Fields in org.omg.IOP declared as TaggedProfile Modifier and Type Field Description TaggedProfile[]
IOR. profiles
An array of tagged profiles associated with this object reference.TaggedProfile
TaggedProfileHolder. value
Methods in org.omg.IOP that return TaggedProfile Modifier and Type Method Description static TaggedProfile
TaggedProfileHelper. extract(Any a)
static TaggedProfile
TaggedProfileHelper. read(InputStream istream)
Methods in org.omg.IOP with parameters of type TaggedProfile Modifier and Type Method Description static void
TaggedProfileHelper. insert(Any a, TaggedProfile that)
static void
TaggedProfileHelper. write(OutputStream ostream, TaggedProfile value)
Constructors in org.omg.IOP with parameters of type TaggedProfile Constructor Description IOR(java.lang.String _type_id, TaggedProfile[] _profiles)
TaggedProfileHolder(TaggedProfile initialValue)
-
Uses of TaggedProfile in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return TaggedProfile Modifier and Type Method Description TaggedProfile
ClientRequestInfoOperations. effective_profile()
Returns the profile that will be used to send the request.
-