JavaTM 2 Platform
Standard Ed. 6

org.omg.PortableInterceptor
介面 ClientRequestInfo

所有父級介面:
ClientRequestInfoOperations, IDLEntity, Object, RequestInfo, RequestInfoOperations, Serializable

public interface ClientRequestInfo
extends ClientRequestInfoOperations, RequestInfo, IDLEntity

客戶端請求 interceptor 可存取的請求資訊。

ClientRequestInfo 上的某些屬性和操作並不是對所有的截取點都有效。下表展示了每個屬性或操作的有效性。如果無效,則試圖存取它們將導致拋出 BAD_INV_ORDER,並帶有標準次要程式碼 14。

  send_request send_poll receive_reply receive_exception receive_other
繼承自 RequestInfo:

request_id

operation

arguments

1

exceptions

contexts

operation_context

result

response_expected

sync_scope

reply_status

forward_reference

2

get_slot

get_request_service_context

get_reply_service_context

特定於 ClientRequestInfo:

target

effective_target

effective_profile

received_exception

received_exception_id

get_effective_component

get_effective_components

get_request_policy

add_request_service_context

  1. ClientRequestInfo 傳遞給 send_request 時,對於每個參數(無論它是 in、inout 還是 out),列表中都有一個對應的條目。但只有 in 和 inout 參數可用。
  2. 如果 reply_status 屬性不是 LOCATION_FORWARD,則存取此屬性將拋出 BAD_INV_ORDER,並帶有標準次要程式碼 14。

另請參見:
ClientRequestInterceptor

方法摘要
 
從介面 org.omg.PortableInterceptor.ClientRequestInfoOperations 繼承的方法
add_request_service_context, effective_profile, effective_target, get_effective_component, get_effective_components, get_request_policy, received_exception_id, received_exception, target
 
從介面 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