org.jacorb.orb

Interface ProfileSelector

Known Implementing Classes:
DefaultProfileSelector

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.3 2004/05/06 12:40:00 nicolas Exp $

Author:
Andre Spiegel

Method Summary

Profile
selectProfile(List profiles, ClientConnectionManager ccm)

Method Details

selectProfile

public Profile selectProfile(List profiles,
                             ClientConnectionManager ccm)