|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 Context 的軟體套件 | |
---|---|
org.omg.CORBA | 提供 OMG CORBA API 到 JavaTM 程式語言的映射,包括 ORB 類別,如果已實作該類別,則開發人員可以使用此類別作為全功能物件請求代理(Object Request Broker,ORB)。 |
org.omg.CORBA.portable | 提供可移植性層,即可以使一個供應商產生的程式碼運行在另一個供應商 ORB 上的 ORB API 集合。 |
org.omg.CORBA 中 Context 的使用 |
---|
返回 Context 的 org.omg.CORBA 中的方法 | |
---|---|
abstract Context |
Context.create_child(String child_ctx_name)
創建一個 Context 物件,使用給定字元串作為其名稱,並將此 Context 物件設置為其父物件。 |
abstract Context |
Request.ctx()
檢索用於此請求的 Context 物件。 |
abstract Context |
ServerRequest.ctx()
當操作不是一個屬性存取並且該操作的 IDL 定義中包含上下文表達式時,該操作返回用 IDL 指定的上下文資訊;否則返回 nil Context 參考。 |
abstract Context |
ORB.get_default_context()
獲取預設 Context 物件。 |
abstract Context |
Context.parent()
檢索此 Context 物件的父物件。 |
參數型別為 Context 的 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 實例,並使用給定上下文、方法名稱、參數列表、用於該方法返回值的容器、可能的異常列表以及需要被解析的上下文字元串所組成的列表進行初始化。 |
abstract void |
Request.ctx(Context c)
將此請求的 Context 物件設置為給定物件。 |
org.omg.CORBA.portable 中 Context 的使用 |
---|
返回 Context 的 org.omg.CORBA.portable 中的方法 | |
---|---|
Context |
InputStream.read_Context()
從串流中讀取一個 CORBA 上下文。 |
參數型別為 Context 的 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 實例。 |
void |
OutputStream.write_Context(Context ctx,
ContextList contexts)
在此串流上寫入一個 CORBA 上下文。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。