Uses of Class
org.omg.CORBA.ORB
-
Packages that use ORB 软件包 描述 javax.rmi.CORBA 包含RMI-IIOP的可移植API。org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使得程序员可以将其用作全功能的对象请求代理(ORB)。org.omg.CORBA_2_3 CORBA_2_3包定义了Java [tm]标准版6中现有CORBA接口的添加。这些更改发生在由OMG定义的CORBA API的最新修订版本中。 将新方法添加到从CORBA包中相应接口派生的接口。 这提供向后兼容性,并避免破坏JCK测试。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。org.omg.CosNaming 为Java IDL提供命名服务。org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.portable 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。 -
-
Uses of ORB in javax.rmi.CORBA
Methods in javax.rmi.CORBA that return ORB Modifier and Type 方法 描述 ORB
Tie. orb()
返回这个领带的ORB。Methods in javax.rmi.CORBA with parameters of type ORB Modifier and Type 方法 描述 void
Stub. connect(ORB orb)
将此存根连接到ORB。void
StubDelegate. connect(Stub self, ORB orb)
代表团要求Stub.connect(org.omg.CORBA.ORB)
。static Object
Util. copyObject(Object obj, ORB orb)
复制或连接对象。Object
UtilDelegate. copyObject(Object obj, ORB orb)
static Object[]
Util. copyObjects(Object[] obj, ORB orb)
复制或连接对象数组。Object[]
UtilDelegate. copyObjects(Object[] obj, ORB orb)
void
Tie. orb(ORB orb)
设置这个领带的ORB。 -
Uses of ORB in org.omg.CORBA
Methods in org.omg.CORBA that return ORB Modifier and Type 方法 描述 ORB
LocalObject. _orb()
抛出一个org.omg.CORBA.NO_IMPLEMENT
异常消息“这是一个局部约束的对象”。static ORB
ORB. init()
返回ORB
单例对象。static ORB
ORB. init(Applet app, Properties props)
为小程序创建一个新的ORB
实例。static ORB
ORB. init(String[] args, Properties props)
为独立应用程序创建一个新的ORB
实例。 -
Uses of ORB in org.omg.CORBA_2_3
Subclasses of ORB in org.omg.CORBA_2_3 Modifier and Type Class 描述 class
ORB
一个扩展org.omg.CORBA.ORB
的类使ORB可移植到OMG CORBA 2.3版规范之下。 -
Uses of ORB in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return ORB Modifier and Type 方法 描述 ORB
ObjectImpl. _orb()
返回与该对象及其委托关联的ORB的引用。ORB
Delegate. orb(Object obj)
提供与其参数相关联的球体的参考。ORB
InputStream. orb()
返回创建此InputStream的ORB。ORB
OutputStream. orb()
返回创建此OutputStream的ORB。 -
Uses of ORB in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type ORB Modifier and Type 方法 描述 BindingIterator
BindingIteratorPOA. _this(ORB orb)
NamingContextExt
NamingContextExtPOA. _this(ORB orb)
NamingContext
NamingContextPOA. _this(ORB orb)
-
Uses of ORB in org.omg.PortableServer
Methods in org.omg.PortableServer that return ORB Modifier and Type 方法 描述 ORB
Servant. _orb()
返回当前与Servant
(方便方法)相关联的ORB的实例。Methods in org.omg.PortableServer with parameters of type ORB Modifier and Type 方法 描述 ServantActivator
ServantActivatorPOA. _this(ORB orb)
ServantLocator
ServantLocatorPOA. _this(ORB orb)
Object
Servant. _this_object(ORB orb)
允许仆人获取它为该请求所体现的目标CORBA对象的对象引用。 -
Uses of ORB in org.omg.PortableServer.portable
Methods in org.omg.PortableServer.portable that return ORB Modifier and Type 方法 描述 ORB
Delegate. orb(Servant Self)
方便方法返回当前与仆人关联的ORB的实例。
-