|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 NamedValue 的軟體套件 | |
---|---|
org.omg.CORBA | 提供 OMG CORBA API 到 JavaTM 程式語言的映射,包括 ORB 類別,如果已實作該類別,則開發人員可以使用此類別作為全功能物件請求代理(Object Request Broker,ORB)。 |
org.omg.CORBA.portable | 提供可移植性層,即可以使一個供應商產生的程式碼運行在另一個供應商 ORB 上的 ORB API 集合。 |
org.omg.CORBA 中 NamedValue 的使用 |
---|
返回 NamedValue 的 org.omg.CORBA 中的方法 | |
---|---|
abstract NamedValue |
NVList.add_item(String item_name,
int flags)
創建一個新的 NamedValue 物件,使用給定名稱和標誌初始化該物件,並將它添加到此 NVList 物件的末尾。 |
abstract NamedValue |
NVList.add_value(String item_name,
Any val,
int flags)
創建一個新的 NamedValue 物件,使用給定名稱、值和標誌初始化該物件,並將它添加到此 NVList 物件的末尾。 |
abstract NamedValue |
NVList.add(int flags)
創建一個新的 NamedValue 物件,使用給定標誌初始化該物件,並將它添加到此 NVList 物件的末尾。 |
abstract NamedValue |
ORB.create_named_value(String s,
Any any,
int flags)
使用給定名稱、值和參數網要標誌創建一個 NamedValue 物件。 |
abstract NamedValue |
NVList.item(int index)
檢索給定索引處的 NamedValue 物件。 |
abstract NamedValue |
Request.result()
檢索包含該方法的返回值的 NamedValue 物件。 |
參數型別為 NamedValue 的 org.omg.CORBA 中的方法 | |
---|---|
Request |
LocalObject._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result)
拋出 org.omg.CORBA.NO_IMPLEMENT 異常,並帶有訊息 "This is a locally constrained object"。 |
Request |
Object._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result)
創建一個 Request 實例,並使用給定上下文、方法名稱、參數列表和用於該方法返回值的容器進行初始化。 |
Request |
LocalObject._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts)
拋出 org.omg.CORBA.NO_IMPLEMENT 異常,並帶有訊息 "This is a locally constrained object"。 |
Request |
Object._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist)
創建一個 Request 實例,並使用給定上下文、方法名稱、參數列表、用於該方法返回值的容器、可能的異常列表以及需要被解析的上下文字元串所組成的列表進行初始化。 |
org.omg.CORBA.portable 中 NamedValue 的使用 |
---|
參數型別為 NamedValue 的 org.omg.CORBA.portable 中的方法 | |
---|---|
Request |
ObjectImpl._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result)
創建一個 Request 物件,使其包含給定上下文、方法、參數列表,以及用於結果的容器。 |
Request |
ObjectImpl._create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts)
創建一個 Request 物件,使其包含給定的上下文、方法、參數列表、結果容器、異常,以及解析上下文字元串時將使用的屬性名列表。 |
abstract Request |
Delegate.create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result)
創建在動態調用介面中使用的 Request 實例。 |
abstract Request |
Delegate.create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist)
創建在動態調用介面中使用的 Request 實例。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。