Uses of Interface
org.omg.ETF.Profile

Packages that use Profile
org.jacorb.orb   
org.jacorb.orb.etf   
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 ProfileSelector.selectProfile(java.util.List profiles, ClientConnectionManager ccm)
           
 Profile DefaultProfileSelector.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.etf
 

Classes in org.jacorb.orb.etf that implement Profile
 class ProfileBase
           
 

Fields in org.jacorb.orb.etf declared as Profile
protected  Profile ListenerBase.profile
          The profile of this listener's endpoint.
 

Methods in org.jacorb.orb.etf that return Profile
 Profile ProfileBase.copy()
          This function shall return an equivalent, deep-copy of the profile on the free store.
 Profile ListenerBase.endpoint()
          Returns a copy of the profile describing the endpoint of this instance.
 Profile FactoriesBase.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
abstract  Profile FactoriesBase.decode_corbaloc(java.lang.String corbaloc)
           
 Profile ConnectionBase.get_server_profile()
           
 

Uses of Profile in org.jacorb.orb.giop
 

Fields in org.jacorb.orb.giop declared as Profile
protected  Profile GIOPConnection.profile
          Profile describing the remote endpoint of this connection.
 

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

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

Constructors in org.jacorb.orb.giop with parameters of type Profile
ClientConnection(GIOPConnection connection, ORB orb, ClientConnectionManager conn_mg, Profile registeredProfile, boolean client_initiated)
           
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)
           
ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
           
 

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 IIOPFactories.decode_corbaloc(java.lang.String corbaloc)
           
 

Methods in org.jacorb.orb.iiop with parameters of type Profile
 boolean IIOPProfile.is_match(Profile prof)
          This function shall determine if the passed profile, prof, is a match to this profile.
 void ServerIIOPConnection.connect(Profile server_profile, long time_out)
           
 void IIOPLoopbackConnection.connect(Profile server_profile, long time_out)
           
 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.
 

Uses of Profile in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that return Profile
 Profile IORInfoImpl.get_profile(int tag, int position)
          Returns the profile with the given tag at the given position.
 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 IORInfoExt.get_profile(int tag)
          Returns the first profile with the given tag (position == 0).
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type Profile
 void IORInfoImpl.add_profile(Profile profile)
          This method adds a further profile to an IOR.
 void IORInfoExt.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 ConnectionOperations.get_server_profile()
           
 Profile ProfileOperations.copy()
           
 Profile ConnectionLocalTie.get_server_profile()
           
 Profile ConnectionZeroCopyLocalTie.get_server_profile()
           
 Profile FactoriesOperations.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile FactoriesOperations.decode_corbaloc(java.lang.String corbaloc)
           
 Profile ListenerOperations.endpoint()
           
 Profile FactoriesLocalTie.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile FactoriesLocalTie.decode_corbaloc(java.lang.String corbaloc)
           
 Profile ListenerLocalTie.endpoint()
           
static Profile ProfileHelper.extract(Any any)
           
static Profile ProfileHelper.read(InputStream in)
           
static Profile ProfileHelper.narrow(java.lang.Object obj)
           
static Profile ProfileHelper.narrow(Object obj)
           
static Profile ProfileHelper.unchecked_narrow(Object obj)
           
 Profile ProfileLocalTie.copy()
           
 

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

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