org.jacorb.orb

Interface ProfileSelector

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.4 2006/06/28 12:39:20 alphonse.bendt Exp $

Author: Andre Spiegel

Method Summary
ProfileselectProfile(List profiles, ClientConnectionManager ccm)

Method Detail

selectProfile

public Profile selectProfile(List profiles, ClientConnectionManager ccm)