|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.orb.DefaultProfileSelector
public class DefaultProfileSelector
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.
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 |
---|
public DefaultProfileSelector()
Method Detail |
---|
public Profile selectProfile(java.util.List profiles, ClientConnectionManager ccm)
selectProfile
in interface ProfileSelector
ProfileSelector.selectProfile(java.util.List, org.jacorb.orb.giop.ClientConnectionManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |