Uses of Interface
org.omg.ETF.Profile

Packages that use Profile
org.jacorb.orb   
org.jacorb.orb.diop   
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)
           
 Profile SpecificProfileSelector.selectProfile(java.util.List profiles, ClientConnectionManager ccm)
          Select IOP profile that matches protocol
 

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.diop
 

Methods in org.jacorb.orb.diop that return Profile
 Profile DIOPFactories.decode_corbaloc(java.lang.String corbaloc)
           
 Profile DIOPFactories.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 

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.
abstract  Profile FactoriesBase.decode_corbaloc(java.lang.String corbaloc)
           
 Profile FactoriesBase.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile ListenerBase.endpoint()
          Returns a copy of the profile describing the endpoint of this instance.
 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.get_server_profile()
           
 Profile ClientConnection.getRegisteredProfile()
          Get the profile that was used for registering with the ClientConnectionManager.
 Profile TransportListener.Event.profile()
           
 

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

Methods in org.jacorb.orb.iiop with parameters of type 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.
 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 IORInfoImpl.get_profile(int tag)
          Returns the first profile with the given tag (position == 0).
 Profile IORInfoExt.get_profile(int tag)
          Returns the first profile with the given tag (position == 0).
 Profile IORInfoImpl.get_profile(int tag, int position)
          Returns the profile with the given tag at the given position.
 Profile IORInfoExt.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 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 ProfileOperations.copy()
           
 Profile ProfileLocalTie.copy()
           
 Profile FactoriesOperations.decode_corbaloc(java.lang.String corbaloc)
           
 Profile FactoriesLocalTie.decode_corbaloc(java.lang.String corbaloc)
           
 Profile FactoriesOperations.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile FactoriesLocalTie.demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 Profile ListenerOperations.endpoint()
           
 Profile ListenerLocalTie.endpoint()
           
static Profile ProfileHelper.extract(Any any)
           
 Profile ConnectionOperations.get_server_profile()
           
 Profile ConnectionLocalTie.get_server_profile()
           
 Profile ConnectionZeroCopyLocalTie.get_server_profile()
           
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 ConnectionOperations.connect(Profile server_profile, long time_out)
           
 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)
           
 boolean ProfileOperations.is_match(Profile prof)
           
 boolean ProfileLocalTie.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)