Uses of Class
org.apache.yoko.orb.OCI.ProfileInfo

Packages that use ProfileInfo
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OCI   
org.apache.yoko.orb.OCI.IIOP   
org.apache.yoko.orb.PortableInterceptor   
 

Uses of ProfileInfo in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA with parameters of type ProfileInfo
 boolean ObjectImpl._OB_ami_callback_request(OutputStream out, ReplyHandler reply, ProfileInfo info)
           
 

Uses of ProfileInfo in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as ProfileInfo
 ProfileInfo ClientProfilePair.profile
           
protected  ProfileInfo Downcall.profileInfo_
           
protected  ProfileInfo Upcall.profileInfo_
           
 

Methods in org.apache.yoko.orb.OB that return ProfileInfo
 ProfileInfo[] CollocatedClient.getUsableProfiles(IOR ior, Policy[] policies)
           
 ProfileInfo[] CollocatedServer.getUsableProfiles(IOR ior, Policy[] policies)
           
 ProfileInfo[] OAInterface.getUsableProfiles(IOR ior, Policy[] policies)
           
abstract  ProfileInfo[] Client.getUsableProfiles(IOR ior, Policy[] pl)
           
 ProfileInfo Downcall.profileInfo()
           
 ProfileInfo Upcall.profileInfo()
           
 

Methods in org.apache.yoko.orb.OB with parameters of type ProfileInfo
 boolean DowncallStub.ami_callback_request(OutputStream out, ReplyHandler reply, ProfileInfo info)
           
 Upcall OAInterface.createUpcall(UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL)
           
static void MessageRoutingUtil.getRouterListFromComponents(ORBInstance orbInstance, ProfileInfo info, RouterListHolder routerList)
           
protected  boolean GIOPConnection.setOAInterface(ProfileInfo pi)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type ProfileInfo
Downcall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp)
           
PIArgsDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
PIDIIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, NVList args, NamedValue result, ExceptionList exceptions)
           
PIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager)
           
PIUpcall(ORBInstance orbInstance, UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL, PIManager piManager)
           
Upcall(ORBInstance orbInstance, UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL)
           
 

Uses of ProfileInfo in org.apache.yoko.orb.OCI
 

Fields in org.apache.yoko.orb.OCI declared as ProfileInfo
 ProfileInfo ProfileInfoHolder.value
           
 ProfileInfo[] ProfileInfoSeqHolder.value
           
 

Methods in org.apache.yoko.orb.OCI that return ProfileInfo
static ProfileInfo ProfileInfoHelper.extract(Any any)
           
static ProfileInfo[] ProfileInfoSeqHelper.extract(Any any)
           
 ProfileInfo[] AcceptorOperations.get_local_profiles(IOR ref)
          From the given IOR, get basic information about all profiles for which are local to this Acceptor.
 ProfileInfo[] ConnectorOperations.get_usable_profiles(IOR ref, Policy[] policies)
          From the given IOR and list of policies, get basic information about all profiles for which this Connector can be used.
static ProfileInfo ProfileInfoHelper.read(InputStream in)
           
static ProfileInfo[] ProfileInfoSeqHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OCI with parameters of type ProfileInfo
 void AcceptorOperations.add_profiles(ProfileInfo profile_info, POAPolicies policies, IORHolder ref)
          Add new profiles that match this Acceptor to an IOR.
static void ProfileInfoHelper.insert(Any any, ProfileInfo val)
           
static void ProfileInfoSeqHelper.insert(Any any, ProfileInfo[] val)
           
static void ProfileInfoHelper.write(OutputStream out, ProfileInfo val)
           
static void ProfileInfoSeqHelper.write(OutputStream out, ProfileInfo[] val)
           
 

Constructors in org.apache.yoko.orb.OCI with parameters of type ProfileInfo
ProfileInfoHolder(ProfileInfo initial)
           
ProfileInfoSeqHolder(ProfileInfo[] initial)
           
 

Uses of ProfileInfo in org.apache.yoko.orb.OCI.IIOP
 

Methods in org.apache.yoko.orb.OCI.IIOP with parameters of type ProfileInfo
static IOR Util.createIOR(String host, int port, String id, ProfileInfo profileInfo)
           
 

Uses of ProfileInfo in org.apache.yoko.orb.PortableInterceptor
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type ProfileInfo
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current)
           
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current, NVList args, NamedValue result, ExceptionList exceptions)
           
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.