org.jacorb.orb
Class SpecificProfileSelector

java.lang.Object
  extended by org.jacorb.orb.SpecificProfileSelector
All Implemented Interfaces:
ProfileSelector

public class SpecificProfileSelector
extends java.lang.Object
implements ProfileSelector

Version:
$Id: SpecificProfileSelector.java,v 1.4 2006/07/13 09:33:12 nick.cross Exp $
Author:
Steve Osselton

Constructor Summary
SpecificProfileSelector(Protocol[] protocols)
           
 
Method Summary
 Profile selectProfile(java.util.List profiles, ClientConnectionManager ccm)
          Select IOP profile that matches protocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificProfileSelector

public SpecificProfileSelector(Protocol[] protocols)
Method Detail

selectProfile

public Profile selectProfile(java.util.List profiles,
                             ClientConnectionManager ccm)
Select IOP profile that matches protocol

Specified by:
selectProfile in interface ProfileSelector