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