Uses of Class
org.jacorb.orb.giop.ClientConnectionManager

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

Uses of ClientConnectionManager in org.jacorb.orb
 

Methods in org.jacorb.orb that return ClientConnectionManager
 ClientConnectionManager ORB.getClientConnectionManager()
           
 

Methods in org.jacorb.orb with parameters of type ClientConnectionManager
 Profile DefaultProfileSelector.selectProfile(java.util.List profiles, ClientConnectionManager ccm)
           
 Profile ProfileSelector.selectProfile(java.util.List profiles, ClientConnectionManager ccm)
           
 Profile SpecificProfileSelector.selectProfile(java.util.List profiles, ClientConnectionManager ccm)
          Select IOP profile that matches protocol
 

Uses of ClientConnectionManager in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type ClientConnectionManager
ClientConnection(GIOPConnection connection, ORB orb, ClientConnectionManager conn_mg, Profile registeredProfile, boolean client_initiated)