org.jacorb.orb

Class DefaultProfileSelector

public class DefaultProfileSelector extends Object implements ProfileSelector

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. This class is the default ProfileSelector in JacORB, it always selects the first profile in the list, no matter what.

Version: $Id: DefaultProfileSelector.java,v 1.6 2007/02/14 08:17:37 andre.spiegel Exp $

Author: Andre Spiegel spiegel@gnu.org

Method Summary
ProfileselectProfile(List profiles, ClientConnectionManager ccm)

Method Detail

selectProfile

public Profile selectProfile(List profiles, ClientConnectionManager ccm)

See Also: ProfileSelector