Uses of Class
org.omg.IOP.IOR

Packages that use IOR
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBPortableInterceptor   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.OCI   
org.apache.yoko.orb.OCI.IIOP   
org.apache.yoko.orb.PortableInterceptor   
org.omg.GIOP   
org.omg.IOP   
 

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

Methods in org.apache.yoko.orb.CORBA that return IOR
 IOR Delegate._OB_IOR()
           
 IOR Delegate._OB_origIOR()
           
 

Constructors in org.apache.yoko.orb.CORBA with parameters of type IOR
Delegate(ORBInstance orbInstance, IOR ior, IOR origIOR, RefCountPolicyList policies)
           
 

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

Fields in org.apache.yoko.orb.OB declared as IOR
protected  IOR Downcall.forwardIOR_
           
 IOR RuntimeLocationForward.ior
           
 IOR LocationForward.ior
           
protected  IOR PIDowncall.IOR_
           
protected  IOR PIDowncall.origIOR_
           
 

Methods in org.apache.yoko.orb.OB that return IOR
 IOR BootManager_impl._OB_locate(byte[] id)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type IOR
 Object ObjectFactory.createObject(IOR ior)
           
 boolean ClientManager.equivalent(IOR ior1, IOR ior2)
           
 Vector ClientManager.getClientProfilePairs(IOR ior, Policy[] policies)
           
 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)
           
 int ClientManager.hash(IOR ior, int maximum)
           
static String IORDump.PrintObjref(ORB orb, IOR ior)
           
static void IORDump.PrintObjref(ORB orb, PrintStream out, IOR ior)
           
 void Downcall.setLocationForward(IOR ior, boolean perm)
           
 void Upcall.setLocationForward(IOR ior, boolean perm)
           
 void PIUpcall.setLocationForward(IOR ior, boolean perm)
           
 void CollocatedServer.upcallForward(Upcall upcall, IOR ior, boolean perm, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallForward(Upcall upcall, IOR ior, boolean perm, ServiceContext[] scl)
           
 void UpcallReturn.upcallForward(Upcall upcall, IOR ior, boolean perm, ServiceContext[] scl)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type IOR
DowncallStub(ORBInstance orbInstance, IOR ior, IOR origIOR, RefCountPolicyList policies)
           
LocationForward(IOR i, boolean p)
           
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)
           
RuntimeLocationForward(IOR i, boolean p)
           
 

Uses of IOR in org.apache.yoko.orb.OBPortableInterceptor
 

Fields in org.apache.yoko.orb.OBPortableInterceptor declared as IOR
protected  IOR PersistentORT.the_ior_template
           
protected  IOR TransientORT.the_ior_template
           
 

Constructors in org.apache.yoko.orb.OBPortableInterceptor with parameters of type IOR
PersistentORT_impl(ORBInstance orbInstance, String serverId, String orbId, String[] adapterName, IOR iorTemplate)
           
TransientORT_impl(ORBInstance orbInstance, String serverId, String orbId, String[] adapterName, int createTime, IOR iorTemplate)
           
 

Uses of IOR in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer with parameters of type IOR
 DirectServant POAManagerFactory_impl._OB_getDirectServant(IOR ior, RefCountPolicyList policies)
           
 

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

Methods in org.apache.yoko.orb.OCI that return IOR
static IOR IORHelper.extract(Any any)
           
static IOR IORHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OCI with parameters of type IOR
 Connector[] ConFactoryOperations.create_connectors(IOR ref, Policy[] policies)
          Returns a sequence of Connectors for a given IOR and a list of policies.
 boolean ConFactoryOperations.equivalent(IOR ior1, IOR ior2)
          Checks whether two IORs are equivalent, taking only profiles into account matching this Connector factory.
 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.
 int ConFactoryOperations.hash(IOR ref, int maximum)
          Calculates a hash value for an IOR.
static void IORHelper.insert(Any any, IOR val)
           
static void IORHelper.write(OutputStream out, IOR val)
           
 

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

Methods in org.apache.yoko.orb.OCI.IIOP that return IOR
static IOR Util.createIOR(IOR ior, String id, byte[] key)
           
static IOR Util.createIOR(String host, int port, String id, ProfileInfo profileInfo)
           
 

Methods in org.apache.yoko.orb.OCI.IIOP with parameters of type IOR
static IOR Util.createIOR(IOR ior, String id, byte[] key)
           
 Socket ConnectionHelper.createSocket(IOR ior, Policy[] policies, InetAddress address, int port)
           
 Socket DefaultConnectionHelper.createSocket(IOR ior, Policy[] policies, InetAddress address, int port)
           
static boolean Util.equivalent(IOR ior1, IOR ior2)
           
static void Util.extractAllProfileInfos(IOR ior, ProfileInfoSeqHolder profileInfoSeq, boolean performMatch, String host, int port, boolean loopbackMatches)
           
static boolean Util.extractProfileInfo(IOR ior, ProfileInfoHolder profileInfo)
           
static int Util.hash(IOR ior, int maximum)
           
 

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

Fields in org.apache.yoko.orb.PortableInterceptor declared as IOR
protected  IOR RequestInfo_impl.forwardReference_
           
 

Methods in org.apache.yoko.orb.PortableInterceptor with parameters of type IOR
 void RequestInfo_impl._OB_setForwardReference(IOR ior)
           
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type IOR
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)
           
 

Uses of IOR in org.omg.GIOP
 

Fields in org.omg.GIOP declared as IOR
 IOR IORAddressingInfo.ior
           
 

Constructors in org.omg.GIOP with parameters of type IOR
IORAddressingInfo(int selected_profile_index, IOR ior)
           
 

Uses of IOR in org.omg.IOP
 

Fields in org.omg.IOP declared as IOR
 IOR IORHolder.value
           
 

Methods in org.omg.IOP that return IOR
static IOR IORHelper.extract(Any any)
           
static IOR IORHelper.read(InputStream in)
           
 

Methods in org.omg.IOP with parameters of type IOR
static void IORHelper.insert(Any any, IOR val)
           
static void IORHelper.write(OutputStream out, IOR val)
           
 

Constructors in org.omg.IOP with parameters of type IOR
IORHolder(IOR initial)
           
 



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