Uses of Class
org.omg.CORBA.portable.Delegate
-
Packages that use Delegate 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使得程序员可以将其用作全功能的对象请求代理(ORB)。org.omg.CORBA_2_3.portable 提供输入和输出值类型的方法,并包含org/omg/CORBA/portable
包的其他更新。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。 -
-
Uses of Delegate in org.omg.CORBA
Constructors in org.omg.CORBA with parameters of type Delegate Constructor 描述 _IDLTypeStub(Delegate delegate)
构造一个用给定的_IDLTypeStub
对象初始化的Delegate
对象。_PolicyStub(Delegate delegate)
构造一个_PolicyStub
给定初始化的对象Delegate
对象。 -
Uses of Delegate in org.omg.CORBA_2_3.portable
Subclasses of Delegate in org.omg.CORBA_2_3.portable Modifier and Type Class 描述 class
Delegate
代理类提供ORB供应商具体实现CORBA对象。 -
Uses of Delegate in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Delegate Modifier and Type 方法 描述 Delegate
ObjectImpl. _get_delegate()
检索参考特定于供应商的Delegate
到该对象ObjectImpl
对象代表在其上调用的所有方法。Methods in org.omg.CORBA.portable with parameters of type Delegate Modifier and Type 方法 描述 void
ObjectImpl. _set_delegate(Delegate delegate)
将此ObjectImpl
实例的代理设置为给定的Delegate
对象。
-