Uses of Class
org.apache.yoko.orb.OB.ORBInstance

Packages that use ORBInstance
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.DynamicAny   
org.apache.yoko.orb.IOP   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.OBMessaging   
org.apache.yoko.orb.OBPortableInterceptor   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.PortableInterceptor   
 

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

Methods in org.apache.yoko.orb.CORBA that return ORBInstance
 ORBInstance ObjectImpl._OB_get_ami_poll_ORBInstance()
           
 ORBInstance Any._OB_ORBInstance()
           
 ORBInstance OutputStream._OB_ORBInstance()
           
 ORBInstance InputStream._OB_ORBInstance()
           
 ORBInstance Delegate._OB_ORBInstance()
           
 

Methods in org.apache.yoko.orb.CORBA with parameters of type ORBInstance
 void Any._OB_ORBInstance(ORBInstance orbInstance)
           
 void OutputStream._OB_ORBInstance(ORBInstance orbInstance)
           
 void InputStream._OB_ORBInstance(ORBInstance orbInstance)
           
 

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

Uses of ORBInstance in org.apache.yoko.orb.DynamicAny
 

Constructors in org.apache.yoko.orb.DynamicAny with parameters of type ORBInstance
DynAnyFactory_impl(ORBInstance orbInstance)
           
DynValueReader(ORBInstance orbInstance, DynAnyFactory factory, boolean truncateOK)
           
DynValueWriter(ORBInstance orbInstance, DynAnyFactory factory)
           
 

Uses of ORBInstance in org.apache.yoko.orb.IOP
 

Methods in org.apache.yoko.orb.IOP with parameters of type ORBInstance
 void CodecFactory_impl._OB_setORBInstance(ORBInstance orbInstance)
           
 

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

Fields in org.apache.yoko.orb.OB declared as ORBInstance
protected  ORBInstance Downcall.orbInstance_
           
protected  ORBInstance GIOPConnection.orbInstance_
           
protected  ORBInstance Upcall.orbInstance_
           
 

Methods in org.apache.yoko.orb.OB that return ORBInstance
 ORBInstance DowncallStub._OB_getORBInstance()
           
 ORBInstance Downcall.orbInstance()
           
 ORBInstance Upcall.orbInstance()
           
 

Methods in org.apache.yoko.orb.OB with parameters of type ORBInstance
 void DispatchStrategyFactory_impl._OB_setORBInstance(ORBInstance orbInstance)
           
 void MessageQueue.add(ORBInstance orbInstance, Buffer buf)
           
 void MessageQueue.add(ORBInstance orbInstance, Downcall down)
           
static PersistentRequestRouter MessageRoutingUtil.getPersistentRouterFromConfig(ORBInstance orbInstance)
           
static void MessageRoutingUtil.getRouterListFromComponents(ORBInstance orbInstance, ProfileInfo info, RouterListHolder routerList)
           
static void MessageRoutingUtil.getRouterListFromConfig(ORBInstance orbInstance, RouterListHolder routerList)
           
static CodeBase Util.getSendingContextRuntime(ORBInstance orbInstance_, ServiceContext[] scl)
           
 void ORBControl.setORBInstance(ORBInstance instance)
           
 void InitialServiceManager.setORBInstance(ORBInstance instance)
           
 void PIManager.setORBInstance(ORBInstance orbInstance)
           
 void ObjectFactory.setORBInstance(ORBInstance orbInstance)
           
 void ClientManager.setORBInstance(ORBInstance instance)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type ORBInstance
CorbalocURLScheme_impl(ORBInstance orbInstance)
           
Downcall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp)
           
DowncallStub(ORBInstance orbInstance, IOR ior, IOR origIOR, RefCountPolicyList policies)
           
GIOPConnection(ORBInstance orbInstance, Transport transport, org.apache.yoko.orb.OB.GIOPClient client)
           
GIOPConnection(ORBInstance orbInstance, Transport transport, OAInterface oa)
           
GIOPConnectionThreaded(ORBInstance orbInstance, Transport transport, org.apache.yoko.orb.OB.GIOPClient client)
           
GIOPConnectionThreaded(ORBInstance orbInstance, Transport transport, OAInterface oa)
           
IORURLScheme_impl(ORBInstance orbInstance)
           
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)
           
ServerManager(ORBInstance orbInstance, Acceptor[] acceptors, OAInterface oaInterface, int concModel)
           
Upcall(ORBInstance orbInstance, UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL)
           
 

Uses of ORBInstance in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that return ORBInstance
 ORBInstance ORB_impl._OB_ORBInstance()
           
 ORBInstance ORBSingleton_impl._OB_ORBInstance()
           
 

Uses of ORBInstance in org.apache.yoko.orb.OBMessaging
 

Fields in org.apache.yoko.orb.OBMessaging declared as ORBInstance
protected  ORBInstance Poller_impl.orbInstance_
           
 

Methods in org.apache.yoko.orb.OBMessaging with parameters of type ORBInstance
 void Poller_impl._OB_ORBInstance(ORBInstance orb)
           
 

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

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

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

Methods in org.apache.yoko.orb.OBPortableServer that return ORBInstance
 ORBInstance POA_impl._OB_ORBInstance()
           
 

Methods in org.apache.yoko.orb.OBPortableServer with parameters of type ORBInstance
 void POAManagerFactory_impl._OB_setORBInstance(ORBInstance instance)
           
 

Constructors in org.apache.yoko.orb.OBPortableServer with parameters of type ORBInstance
POA_impl(ORB orb, ORBInstance orbInstance, String name, POAManager manager)
           
 

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

Fields in org.apache.yoko.orb.PortableInterceptor declared as ORBInstance
protected  ORBInstance IORInfo_impl.orbInstance_
           
protected  ORBInstance RequestInfo_impl.orbInstance_
           
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type ORBInstance
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)
           
IORInfo_impl(ORBInstance orbInstance, Acceptor[] acceptors, Policy[] policies, POAPolicies poaPolicies, String id, short state)
           
RequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Policy[] policies, Current_impl current)
           
ServerRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, Policy[] policies, byte[] adapterId, byte[] objectId, ObjectReferenceTemplate adapterTemplate, Vector request, Vector reply, ORBInstance orbInstance, Current_impl current, TransportInfo transportInfo)
           
 



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