Uses of Interface
org.jacorb.orb.ProfileSelector

Packages that use ProfileSelector
org.jacorb.orb   
org.jacorb.orb.giop   
 

Uses of ProfileSelector in org.jacorb.orb
 

Classes in org.jacorb.orb that implement ProfileSelector
 class DefaultProfileSelector
          When the client connects to the server, an instance of this class selects one of potentially many profiles in the IOR that the server published.
 class SpecificProfileSelector
           
 

Methods in org.jacorb.orb with parameters of type ProfileSelector
 void ParsedIOR.setProfileSelector(ProfileSelector sel)
           
 

Uses of ProfileSelector in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return ProfileSelector
 ProfileSelector TransportManager.getProfileSelector()