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 描述 classDelegate代理类提供ORB供应商具体实现CORBA对象。 -
Uses of Delegate in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Delegate Modifier and Type 方法 描述 DelegateObjectImpl. _get_delegate()检索参考特定于供应商的Delegate到该对象ObjectImpl对象代表在其上调用的所有方法。Methods in org.omg.CORBA.portable with parameters of type Delegate Modifier and Type 方法 描述 voidObjectImpl. _set_delegate(Delegate delegate)将此ObjectImpl实例的代理设置为给定的Delegate对象。
-