|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 ServiceContext 的軟體套件 | |
---|---|
org.omg.IOP | 此套件包含在 OMG 文檔 The Common Object Request Broker: Architecture and Specification http://cgi.omg.org/cgi-bin/doc?formal/99-10-07 的 13.6.小節中指定的 IOP 模組。 |
org.omg.PortableInterceptor | 提供一個註冊 ORB 鉤子 (hook) 的機制,通過這些鉤子 ORB 服務可以截取執行 ORB 的正常串流。 |
org.omg.IOP 中 ServiceContext 的使用 |
---|
宣告為 ServiceContext 的 org.omg.IOP 中的欄位 | |
---|---|
ServiceContext |
ServiceContextHolder.value
|
ServiceContext[] |
ServiceContextListHolder.value
|
返回 ServiceContext 的 org.omg.IOP 中的方法 | |
---|---|
static ServiceContext |
ServiceContextHelper.extract(Any a)
|
static ServiceContext[] |
ServiceContextListHelper.extract(Any a)
|
static ServiceContext |
ServiceContextHelper.read(InputStream istream)
|
static ServiceContext[] |
ServiceContextListHelper.read(InputStream istream)
|
參數型別為 ServiceContext 的 org.omg.IOP 中的方法 | |
---|---|
static void |
ServiceContextHelper.insert(Any a,
ServiceContext that)
|
static void |
ServiceContextListHelper.insert(Any a,
ServiceContext[] that)
|
static void |
ServiceContextHelper.write(OutputStream ostream,
ServiceContext value)
|
static void |
ServiceContextListHelper.write(OutputStream ostream,
ServiceContext[] value)
|
參數型別為 ServiceContext 的 org.omg.IOP 中的建構子 | |
---|---|
ServiceContextHolder(ServiceContext initialValue)
|
|
ServiceContextListHolder(ServiceContext[] initialValue)
|
org.omg.PortableInterceptor 中 ServiceContext 的使用 |
---|
返回 ServiceContext 的 org.omg.PortableInterceptor 中的方法 | |
---|---|
ServiceContext |
RequestInfoOperations.get_reply_service_context(int id)
返回具有給定 ID 的與應答關聯的服務上下文復本。 |
ServiceContext |
RequestInfoOperations.get_request_service_context(int id)
返回具有給定 ID 的與請求關聯的服務上下文復本。 |
參數型別為 ServiceContext 的 org.omg.PortableInterceptor 中的方法 | |
---|---|
void |
ServerRequestInfoOperations.add_reply_service_context(ServiceContext service_context,
boolean replace)
允許 Interceptor 將服務上下文添加到請求。 |
void |
ClientRequestInfoOperations.add_request_service_context(ServiceContext service_context,
boolean replace)
允許 Interceptor 將服務上下文添加到請求。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。