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 TaggedProfileClientRequestInfoImpl. cachedEffectiveProfileMethods in com.sun.corba.ee.impl.interceptors that return TaggedProfile Modifier and Type Method Description TaggedProfileClientRequestInfoImpl. 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 TaggedProfileGenericTaggedProfile. 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 TaggedProfileIIOPProfileImpl. 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 TaggedProfileTargetAddress. ___profileMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return TaggedProfile Modifier and Type Method Description TaggedProfileTargetAddress. profile()Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type TaggedProfile Modifier and Type Method Description voidTargetAddress. 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 TaggedProfileTaggedProfile. 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 IIOPProfileIIOPFactories. 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. profilesAn array of tagged profiles associated with this object reference.TaggedProfileTaggedProfileHolder. valueMethods in org.omg.IOP that return TaggedProfile Modifier and Type Method Description static TaggedProfileTaggedProfileHelper. extract(Any a)static TaggedProfileTaggedProfileHelper. read(InputStream istream)Methods in org.omg.IOP with parameters of type TaggedProfile Modifier and Type Method Description static voidTaggedProfileHelper. insert(Any a, TaggedProfile that)static voidTaggedProfileHelper. 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 TaggedProfileClientRequestInfoOperations. effective_profile()Returns the profile that will be used to send the request.
-