JavaTM 2 Platform
Standard Ed. 6

类 org.omg.CORBA.portable.Delegate
的使用

使用 Delegate 的软件包
org.omg.CORBA 提供 OMG CORBA API 到 JavaTM 编程语言的映射,包括 ORB 类,如果已实现该类,则程序员可以使用此类作为全功能对象请求代理(Object Request Broker,ORB)。 
org.omg.CORBA_2_3.portable 提供输入和输出值类型的各种方法,并包含 org/omg/CORBA/portable 包的其他更新。 
org.omg.CORBA.portable 提供可移植性层,即可以使一个供应商生成的代码运行在另一个供应商 ORB 上的 ORB API 集合。 
 

org.omg.CORBADelegate 的使用
 

参数类型为 Delegateorg.omg.CORBA 中的构造方法
_IDLTypeStub(Delegate delegate)
          构造一个 _IDLTypeStub 对象,并使用给定 Delegate 对象初始化。
_PolicyStub(Delegate delegate)
          构造一个 _PolicyStub 对象,并使用给定 Delegate 对象初始化。
 

org.omg.CORBA_2_3.portableDelegate 的使用
 

org.omg.CORBA_2_3.portableDelegate 的子类
 class Delegate
          Delegate 类提供 CORBA 对象特定于 ORB 供应商的实现。
 

org.omg.CORBA.portableDelegate 的使用
 

返回 Delegateorg.omg.CORBA.portable 中的方法
 Delegate ObjectImpl._get_delegate()
          获得对特定于供应商的 Delegate 对象的引用,此 ObjectImpl 对象将对其调用的所有方法委托给该对象。
 

参数类型为 Delegateorg.omg.CORBA.portable 中的方法
 void ObjectImpl._set_delegate(Delegate delegate)
          将此 ObjectImpl 实例的 Delegate 设置为给定的 Delegate 对象。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only