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 方法 描述 ORBTie. orb()返回这个领带的ORB。Methods in javax.rmi.CORBA with parameters of type ORB Modifier and Type 方法 描述 voidStub. connect(ORB orb)将此存根连接到ORB。voidStubDelegate. connect(Stub self, ORB orb)代表团要求Stub.connect(org.omg.CORBA.ORB)。static ObjectUtil. copyObject(Object obj, ORB orb)复制或连接对象。ObjectUtilDelegate. copyObject(Object obj, ORB orb)static Object[]Util. copyObjects(Object[] obj, ORB orb)复制或连接对象数组。Object[]UtilDelegate. copyObjects(Object[] obj, ORB orb)voidTie. orb(ORB orb)设置这个领带的ORB。 -
Uses of ORB in org.omg.CORBA
Methods in org.omg.CORBA that return ORB Modifier and Type 方法 描述 ORBLocalObject. _orb()抛出一个org.omg.CORBA.NO_IMPLEMENT异常消息“这是一个局部约束的对象”。static ORBORB. init()返回ORB单例对象。static ORBORB. init(Applet app, Properties props)为小程序创建一个新的ORB实例。static ORBORB. 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 描述 classORB一个扩展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 方法 描述 ORBObjectImpl. _orb()返回与该对象及其委托关联的ORB的引用。ORBDelegate. orb(Object obj)提供与其参数相关联的球体的参考。ORBInputStream. orb()返回创建此InputStream的ORB。ORBOutputStream. orb()返回创建此OutputStream的ORB。 -
Uses of ORB in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type ORB Modifier and Type 方法 描述 BindingIteratorBindingIteratorPOA. _this(ORB orb)NamingContextExtNamingContextExtPOA. _this(ORB orb)NamingContextNamingContextPOA. _this(ORB orb) -
Uses of ORB in org.omg.PortableServer
Methods in org.omg.PortableServer that return ORB Modifier and Type 方法 描述 ORBServant. _orb()返回当前与Servant(方便方法)相关联的ORB的实例。Methods in org.omg.PortableServer with parameters of type ORB Modifier and Type 方法 描述 ServantActivatorServantActivatorPOA. _this(ORB orb)ServantLocatorServantLocatorPOA. _this(ORB orb)ObjectServant. _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 方法 描述 ORBDelegate. orb(Servant Self)方便方法返回当前与仆人关联的ORB的实例。
-