org.jacorb.orb
Interface ProfileSelector

All Known Implementing Classes:
DefaultProfileSelector, SpecificProfileSelector

public interface ProfileSelector

A ProfileSelector decides, on the client side, which Profile from an object's IOR should be used to communicate with the object.

Version:
$Id: ProfileSelector.java,v 1.5 2008-11-14 08:55:31 nick.cross Exp $
Author:
Andre Spiegel

Method Summary
 Profile selectProfile(java.util.List profiles, ClientConnectionManager ccm)
           
 

Method Detail

selectProfile

Profile selectProfile(java.util.List profiles,
                      ClientConnectionManager ccm)