Uses of Interface
org.omg.ETF.Profile

Packages that use Profile
org.jacorb.orb   
org.jacorb.orb.giop   
org.jacorb.orb.iiop   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.util   
org.omg.ETF   
 

Uses of Profile in org.jacorb.orb
 

Methods in org.jacorb.orb that return Profile
 Profile ParsedIOR.getEffectiveProfile()
           
 Profile DefaultProfileSelector.selectProfile(java.util.List profiles, ClientConnectionManager ccm)
           
 Profile ProfileSelector.selectProfile(java.util.List profiles, ClientConnectionManager ccm)
           
 

Methods in org.jacorb.orb with parameters of type Profile
static IOR ParsedIOR.createObjectIOR(Profile profile)
          factory method
 

Uses of Profile in org.jacorb.orb.giop
 

Fields in org.jacorb.orb.giop declared as Profile
protected  Profile GIOPConnection.profile
           
 

Methods in org.jacorb.orb.giop that return Profile
 Profile ClientConnection.get_server_profile()
           
 Profile ClientConnection.getRegisteredProfile()
          Get the profile that was used for registering with the ClientConnectionManager.
 

Methods in org.jacorb.orb.giop with parameters of type Profile
 void ClientConnectionManager.addConnection(GIOPConnection connection, Profile profile)
           
 GIOPConnection GIOPConnectionManager.createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 ServerGIOPConnection GIOPConnectionManager.createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 ClientConnection ClientConnectionManager.getConnection(Profile profile)
           
 

Constructors in org.jacorb.orb.giop with parameters of type Profile
ClientConnection(GIOPConnection connection, ORB orb, ClientConnectionManager conn_mg, Profile registeredProfile, boolean client_initiated)
           
ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
           
GIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
           
ServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider, GIOPConnectionManager manager)
           
 

Uses of Profile in org.jacorb.orb.iiop
 

Classes in org.jacorb.orb.iiop that implement Profile
 class IIOPProfile
           
 

Methods in org.jacorb.orb.iiop that return Profile
 Profile IIOPProfile.copy()
          This function shall return an equivalent, deep-copy of the profile on the free store.
 Profile IIOPFactories.decode_corbaloc(java.lang.String corbaloc)
           
 Profile IIOPFactories.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile IIOPListener.endpoint()
          Returns a copy of the profile describing the endpoint of this instance.
 Profile ClientIIOPConnection.get_server_profile()
           
 Profile ServerIIOPConnection.get_server_profile()
           
 

Methods in org.jacorb.orb.iiop with parameters of type Profile
 void ClientIIOPConnection.connect(Profile server_profile, long time_out)
          Attempts to establish a 1-to-1 connection with a server using the Listener endpoint from the given Profile description.
 void ServerIIOPConnection.connect(Profile server_profile, long time_out)
           
 boolean IIOPProfile.is_match(Profile prof)
          This function shall determine if the passed profile, prof, is a match to this profile.
 

Uses of Profile in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that return Profile
 Profile IORInfoExt.get_profile(int tag)
          Returns the first profile with the given tag (position == 0).
 Profile IORInfoImpl.get_profile(int tag)
          Returns the first profile with the given tag (position == 0).
 Profile IORInfoExt.get_profile(int tag, int position)
          Returns the profile with the given tag at the given position.
 Profile IORInfoImpl.get_profile(int tag, int position)
          Returns the profile with the given tag at the given position.
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type Profile
 void IORInfoExt.add_profile(Profile profile)
          This method adds a further profile to an IOR.
 void IORInfoImpl.add_profile(Profile profile)
          This method adds a further profile to an IOR.
 

Uses of Profile in org.jacorb.orb.util
 

Fields in org.jacorb.orb.util declared as Profile
 Profile[] CorbaLoc.profileList
           
 

Uses of Profile in org.omg.ETF
 

Classes in org.omg.ETF that implement Profile
 class _ProfileLocalBase
          Abstract base class for implementations of local interface Profile
 class ProfileLocalTie
          Generated from IDL interface "Profile"
 

Fields in org.omg.ETF declared as Profile
 Profile ProfileHolder.value
           
 

Methods in org.omg.ETF that return Profile
 Profile ProfileLocalTie.copy()
           
 Profile ProfileOperations.copy()
           
 Profile FactoriesLocalTie.decode_corbaloc(java.lang.String corbaloc)
           
 Profile FactoriesOperations.decode_corbaloc(java.lang.String corbaloc)
           
 Profile FactoriesLocalTie.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile FactoriesOperations.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile ListenerLocalTie.endpoint()
           
 Profile ListenerOperations.endpoint()
           
static Profile ProfileHelper.extract(Any any)
           
 Profile ConnectionLocalTie.get_server_profile()
           
 Profile ConnectionOperations.get_server_profile()
           
 Profile ConnectionZeroCopyLocalTie.get_server_profile()
           
static Profile ProfileHelper.narrow(java.lang.Object obj)
           
static Profile ProfileHelper.narrow(Object obj)
           
static Profile ProfileHelper.read(InputStream in)
           
static Profile ProfileHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.ETF with parameters of type Profile
 void ConnectionLocalTie.connect(Profile server_profile, long time_out)
           
 void ConnectionOperations.connect(Profile server_profile, long time_out)
           
 void ConnectionZeroCopyLocalTie.connect(Profile server_profile, long time_out)
           
static void ProfileHelper.insert(Any any, Profile s)
           
 boolean ProfileLocalTie.is_match(Profile prof)
           
 boolean ProfileOperations.is_match(Profile prof)
           
static void ProfileHelper.write(OutputStream _out, Profile s)
           
 

Constructors in org.omg.ETF with parameters of type Profile
ProfileHolder(Profile initial)