Uses of Class
org.omg.IOP.TaggedProfile

Packages that use TaggedProfile
org.jacorb.orb.etf   
org.jacorb.orb.portableInterceptor   
org.omg.GIOP   
org.omg.IOP   
org.omg.PortableInterceptor   
 

Uses of TaggedProfile in org.jacorb.orb.etf
 

Methods in org.jacorb.orb.etf that return TaggedProfile
 TaggedProfile ProfileBase.asTaggedProfile()
           
 

Uses of TaggedProfile in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as TaggedProfile
 TaggedProfile ClientRequestInfoImpl.effective_profile
           
 

Methods in org.jacorb.orb.portableInterceptor that return TaggedProfile
 TaggedProfile ClientRequestInfoImpl.effective_profile()
           
 

Uses of TaggedProfile in org.omg.GIOP
 

Methods in org.omg.GIOP that return TaggedProfile
 TaggedProfile TargetAddress.profile()
           
 

Methods in org.omg.GIOP with parameters of type TaggedProfile
 void TargetAddress.profile(TaggedProfile _x)
           
 

Uses of TaggedProfile in org.omg.IOP
 

Fields in org.omg.IOP declared as TaggedProfile
 TaggedProfile TaggedProfileHolder.value
           
 TaggedProfile[] IOR.profiles
           
 

Methods in org.omg.IOP that return TaggedProfile
static TaggedProfile TaggedProfileHelper.extract(Any any)
           
static TaggedProfile TaggedProfileHelper.read(InputStream in)
           
 

Methods in org.omg.IOP with parameters of type TaggedProfile
static void TaggedProfileHelper.insert(Any any, TaggedProfile s)
           
static void TaggedProfileHelper.write(OutputStream out, TaggedProfile s)
           
 

Constructors in org.omg.IOP with parameters of type TaggedProfile
TaggedProfileHolder(TaggedProfile initial)
           
IOR(java.lang.String type_id, TaggedProfile[] profiles)
           
 

Uses of TaggedProfile in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that return TaggedProfile
 TaggedProfile ClientRequestInfoOperations.effective_profile()