org.jacorb.orb
Class DefaultProfileSelector

java.lang.Object
  extended byorg.jacorb.orb.DefaultProfileSelector
All Implemented Interfaces:
ProfileSelector

public class DefaultProfileSelector
extends java.lang.Object
implements ProfileSelector

Version:
$Id: DefaultProfileSelector.java,v 1.3 2003/08/15 11:17:26 andre.spiegel Exp $
Author:
Andre Spiegel

Constructor Summary
DefaultProfileSelector()
           
 
Method Summary
 Profile selectProfile(java.util.List profiles, ClientConnectionManager ccm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProfileSelector

public DefaultProfileSelector()
Method Detail

selectProfile

public Profile selectProfile(java.util.List profiles,
                             ClientConnectionManager ccm)
Specified by:
selectProfile in interface ProfileSelector