|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface Delegate
可移植性包包含供 ORB 實作者使用的介面和類別。它提供了公共定義的 API,可用來連接 stub 和 ORB 框架。Delegate 介面提供特定於 ORB 供應商的 PortableServer::Servant 實作。遵守規範 CORBA V2.3.1 ptc/00-01-08.pdf
方法摘要 | |
---|---|
POA |
default_POA(Servant Self)
此方法的預設行為是從關聯 servant 的 ORB 實例返回根 POA。 |
Object |
get_interface_def(Servant self)
此操作返回介面 Repository 中的一個物件,該物件提供可能對程式有用的型別資訊。 |
boolean |
is_a(Servant Self,
String Repository_Id)
此方法查看指定的 repid 是否存在於 _all_interfaces() 返回的列表上,或者該 repid 是否是通用 CORBA 物件的存儲資源庫 id。 |
boolean |
non_existent(Servant Self)
此操作用來檢查 Object 是否存在。 |
byte[] |
object_id(Servant Self)
方法 _object_id() 等效於調用 PortableServer::Current::get_object_id。 |
ORB |
orb(Servant Self)
返回當前關聯 Servant 的 ORB 實例的便捷方法。 |
POA |
poa(Servant Self)
method _poa() 等效於調用 PortableServer::Current:get_POA。 |
Object |
this_object(Servant Self)
此方法允許 servant 獲取為請求實作的目標 CORBA 物件的物件參考。 |
方法詳細資訊 |
---|
ORB orb(Servant Self)
Self
- servant。
Object this_object(Servant Self)
Self
- servant。
POA poa(Servant Self)
Self
- servant。
byte[] object_id(Servant Self)
Self
- servant。
POA default_POA(Servant Self)
Self
- servant。
boolean is_a(Servant Self, String Repository_Id)
Self
- servant。Repository_Id
- 要在存儲資源庫列表中檢查(或根據通用 CORBA 物件檢查)的 repository_id。
boolean non_existent(Servant Self)
Self
- servant。
Object get_interface_def(Servant self)
self
- servant。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。