Uses of Class
org.omg.IOP.TaggedProfile

Packages that use TaggedProfile
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OCI   
org.apache.yoko.orb.OCI.IIOP   
org.apache.yoko.orb.PortableInterceptor   
org.omg.GIOP   
org.omg.IOP   
org.omg.PortableInterceptor   
 

Uses of TaggedProfile in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB that return TaggedProfile
 TaggedProfile CorbalocProtocolOperations.parse_address(String addr, byte[] key)
          Parse a protocol address and create a tagged profile for inclusion in an IOR.
 

Uses of TaggedProfile in org.apache.yoko.orb.OCI
 

Methods in org.apache.yoko.orb.OCI with parameters of type TaggedProfile
 String ConFactoryOperations.describe_profile(TaggedProfile prof)
          Returns a description of the given tagged profile.
 

Uses of TaggedProfile in org.apache.yoko.orb.OCI.IIOP
 

Methods in org.apache.yoko.orb.OCI.IIOP that return TaggedProfile
 TaggedProfile CorbalocProtocol_impl.parse_address(String addr, byte[] key)
           
 

Uses of TaggedProfile in org.apache.yoko.orb.PortableInterceptor
 

Methods in org.apache.yoko.orb.PortableInterceptor that return TaggedProfile
 TaggedProfile ClientRequestInfo_impl.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 val)
           
 

Uses of TaggedProfile in org.omg.IOP
 

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

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 val)
           
static void TaggedProfileHelper.write(OutputStream out, TaggedProfile val)
           
 

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

Uses of TaggedProfile in org.omg.PortableInterceptor
 

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.