|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface ServerRequestInfo
伺服器端請求 interceptor 可存取的請求資訊。
某些 ServerRequestInfo
上的屬性和操作並不是對所有的截取點都有效。下表展示了每個屬性或操作的有效性。如果無效,則試圖存取它將導致拋出 BAD_INV_ORDER
,並帶有標準次要程式碼 14。
receive_request_ service_contexts |
receive_request | send_reply | send_exception | send_other | |
---|---|---|---|---|---|
繼承自 RequestInfo: | |||||
request_id |
是 | 是 | 是 | 是 | 是 |
operation |
是 | 是 | 是 | 是 | 是 |
arguments |
否 | 是1 | 是 | 否2 | 否2 |
exceptions |
否 | 是 | 是 | 是 | 是 |
contexts |
否 | 是 | 是 | 是 | 是 |
operation_context |
否 | 是 | 是 | 否 | 否 |
result |
否 | 否 | 是 | 否 | 否 |
response_expected |
是 | 是 | 是 | 是 | 是 |
sync_scope |
是 | 是 | 是 | 是 | 是 |
request_id | 是 | 是 | 是 | 是 | 是 |
operation | 是 | 是 | 是 | 是 | 是 |
arguments | 否 | 是1 | 是 | 否2 | 否2 |
exceptions | 否 | 是 | 是 | 是 | 是 |
contexts | 否 | 是 | 是 | 是 | 是 |
operation_context | 否 | 是 | 是 | 否 | 否 |
result | 否 | 否 | 是 | 否 | 否 |
response_expected | 是 | 是 | 是 | 是 | 是 |
sync_scope | 是 | 是 | 是 | 是 | 是 |
reply_status | 否 | 否 | 是 | 是 | 是 |
forward_reference | 否 | 否 | 否 | 否 | 是2 |
get_slot | 是 | 是 | 是 | 是 | 是 |
get_request_service_context | 是 | 否 | 是 | 是 | 是 |
get_reply_service_context | 否 | 否 | 是 | 是 | 是 |
特定於 ServerRequestInfo: | |||||
sending_exception | 否 | 否 | 否 | 是 | 否 |
object_id | 否 | 是 | 是 | 是3 | 是3 |
adapter_id | 否 | 是 | 是 | 是3 | 是3 |
server_id | 否 | 是 | 是 | 是 | 是 |
orb_id | 否 | 是 | 是 | 是 | 是 |
adapter_name | 否 | 是 | 是 | 是 | 是 |
target_most_derived_interface | 否 | 是 | 否4 | 否4 | 否4 |
get_server_policy | 是 | 是 | 是 | 是 | 是 |
set_slot | 是 | 是 | 是 | 是 | 是 |
target_is_a | 否 | 是 | 否4 | 否4 | 否4 |
add_reply_service_context | 是 | 是 | 是 | 是 | 是 |
ServerRequestInfo
傳遞給 receive_request
時,對於每個參數(無論它是 in、inout 還是 out),列表中都有一個對應的條目。但只有 in 和 inout 參數可用。reply_status
屬性不是 LOCATION_FORWARD
,則存取此屬性將拋出 BAD_INV_ORDER
,並帶有標準次要程式碼 14。NO_RESOURCES
,並帶有標準次要程式碼 1。ServantLocator
的 POA,則 ORB 將在調用 ServantLocator.postinvoke()
後調用該截取點。
ServerRequestInterceptor
方法摘要 |
---|
從介面 org.omg.PortableInterceptor.ServerRequestInfoOperations 繼承的方法 |
---|
adapter_id, adapter_name, add_reply_service_context, get_server_policy, object_id, orb_id, sending_exception, server_id, set_slot, target_is_a, target_most_derived_interface |
從介面 org.omg.PortableInterceptor.RequestInfoOperations 繼承的方法 |
---|
arguments, contexts, exceptions, forward_reference, get_reply_service_context, get_request_service_context, get_slot, operation_context, operation, reply_status, request_id, response_expected, result, sync_scope |
從介面 org.omg.CORBA.Object 繼承的方法 |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。